Skip to content

fix codecov settings #108

fix codecov settings

fix codecov settings #108

Triggered via pull request March 20, 2024 07:01
Status Failure
Total duration 2m 52s
Artifacts

test.yml

on: pull_request

Annotations

5 errors and 2 warnings
test: pkg/config/config_test.go#L143
The copy of the 'for' variable "testCase" can be deleted (Go 1.22+) (copyloopvar)
test: pkg/types/types_test.go#L87
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
test: pkg/webhook/webhook_test.go#L154
The copy of the 'for' variable "test" can be deleted (Go 1.22+) (copyloopvar)
test: pkg/template/template_test.go#L103
for loop can be changed to use an integer range (Go 1.22+) (intrange)
test
Process completed with exit code 2.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/