Skip to content

fixed tests

fixed tests #541

Triggered via push October 2, 2025 22:17
Status Failure
Total duration 3m 44s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 1 warning, and 1 notice
lint
issues found
lint: utils.go#L65
func readProgressFromFile is unused (unused)
lint: utils.go#L57
func writeProgressToFile is unused (unused)
lint: utils.go#L43
func exists is unused (unused)
lint: utils.go#L148
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. If a deterministic source is required, use [math/rand/v2.ChaCha8.Read]. (staticcheck)
lint: utils.go#L146
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
lint: npm_module.go#L224
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
lint: utils.go#L140
Error return value of `resp.Body.Close` is not checked (errcheck)
lint: utils.go#L119
Error return value of `f.Close` is not checked (errcheck)
lint: utils.go#L95
Error return value of `f.Close` is not checked (errcheck)
coverage
Process completed with exit code 2.
test
The `set-output` 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/
196 tests found
There are 196 tests, see "Raw output" for the full list of tests.