There was an error while loading. Please reload this page.
2 parents 095a8eb + 16de8bf commit d14704eCopy full SHA for d14704e
1 file changed
.github/workflows/CI.yml
@@ -42,7 +42,7 @@ jobs:
42
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
43
run: ./gradlew jacocoTestReport --no-daemon
44
45
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@v7
46
47
with:
48
files: build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments