Skip to content

Add fuzz tests

Add fuzz tests #142

Triggered via pull request September 20, 2024 04:33
@anupsvanupsv
synchronize #137
add-fuzz-tests
Status Failure
Total duration 2m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Linter: e2e/server_fuzz_test.go#L13
commentFormatting: put a space between `//` and comment text (gocritic)
Linter: e2e/server_fuzz_test.go#L29
commentFormatting: put a space between `//` and comment text (gocritic)
Linter: e2e/server_fuzz_test.go#L35
unused-parameter: parameter 'seed' seems to be unused, consider removing or renaming it as _ (revive)
Linter: e2e/server_fuzz_test.go#L56
unused-parameter: parameter 'seed' seems to be unused, consider removing or renaming it as _ (revive)
Linter: e2e/setup.go#L270
unnecessary leading newline (whitespace)
Linter
issues found
Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/