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 00b8335 commit 05e235fCopy full SHA for 05e235f
.github/workflows/ubuntu.yml
@@ -44,6 +44,6 @@ jobs:
44
run: |
45
gcovr -r .. . --filter ../src/ --txt-metric branch --cobertura > coverage.xml
46
- name: Upload coverage reports to Codecov
47
- uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
48
env:
49
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments