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.
2 parents e45cdc4 + 0ef26c8 commit 543784cCopy full SHA for 543784c
1 file changed
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run golang tests with coverage on Linux
48
run: make test_coverage
49
50
- - uses: codecov/codecov-action@v6 # Docs: <https://github.com/codecov/codecov-action>
+ - uses: codecov/codecov-action@v7 # Docs: <https://github.com/codecov/codecov-action>
51
with:
52
files: ./coverage-ci/summary.txt
53
fail_ci_if_error: false
0 commit comments