try adding test coverage pipeline #8
golangci-lint.yaml
on: push
lint
16s
Go test coverage check
33s
Annotations
4 errors and 1 warning
File test coverage below threshold:
examples/getuserprofile/getuserprofile.go#L1
File test coverage below threshold: coverage: 0%; threshold: 80%
|
File test coverage below threshold:
examples/getuserrecentachievements/getuserrecentachievements.go#L1
File test coverage below threshold: coverage: 0%; threshold: 80%
|
Package test coverage below threshold
Package test coverage below threshold: package: examples/getuserprofile; coverage: 0%; threshold: 80%
|
Package test coverage below threshold
Package test coverage below threshold: package: examples/getuserrecentachievements; coverage: 0%; threshold: 80%
|
Go test coverage check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|