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 8e12f59 commit ad45e4fCopy full SHA for ad45e4f
1 file changed
.github/workflows/build-pr.yml
@@ -36,7 +36,7 @@ jobs:
36
build/reports/jacoco/test/jacocoTestReport.xml
37
- name: Upload Coverage to Codecov
38
if: matrix.os == 'ubuntu-latest'
39
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
40
with:
41
file: build/reports/jacoco/test/jacocoTestReport.xml
42
fail_ci_if_error: false
0 commit comments