We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654a735 commit 363c8fdCopy full SHA for 363c8fd
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
./gradlew check
38
- name: Upload Coverage Report
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
40
with:
41
file: ./build/reports/jacoco/test/jacocoTestReport.xml
42
publish:
0 commit comments