We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2b06 commit abecf06Copy full SHA for abecf06
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
name: code-coverage
27
path: cover.out # Make sure to use the same file name you chose for the "-coverprofile" in the "Test" step
28
- name: Check coverage
29
- uses: vladopajic/go-test-coverage@v2
+ uses: vladopajic/go-test-coverage@v2.18.1
30
with:
31
config: ./.testcoverage.yml
32
code_coverage:
0 commit comments