We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cba1709 + 1c9476a commit 7e56f5bCopy full SHA for 7e56f5b
1 file changed
.github/workflows/CI.yml
@@ -61,7 +61,7 @@ jobs:
61
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
62
run: ./gradlew jacocoTestReport --no-daemon
63
64
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
65
66
with:
67
files: build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments