Add unit tests and mocks to stdio_utils and rework workceptor tests to use table driven testing #2097
Annotations
2 errors and 4 warnings
pkg/workceptor/stdio_utils_test.go#L28
File is not `gofumpt`-ed (gofumpt)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
pkg/workceptor/stdio_utils.go#L67
unexported-return: exported func NewStdoutWriter returns unexported type *workceptor.stdoutWriter, which can be annoying to use (revive)
|
pkg/workceptor/stdio_utils.go#L116
unexported-return: exported func NewStdinReader returns unexported type *workceptor.stdinReader, which can be annoying to use (revive)
|
The logs for this run have expired and are no longer available.
Loading