We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2193912 + 664ffc0 commit 0879f4fCopy full SHA for 0879f4f
2 files changed
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
# subsequent PR runs compare against (see codecov.yml).
70
- name: Upload coverage to Codecov (JDK 17 only)
71
if: success() && matrix.java == '17'
72
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
73
with:
74
token: ${{ secrets.CODECOV_TOKEN }}
75
files: build/reports/jacoco/test/jacocoTestReport.xml
.github/workflows/pull-request.yml
@@ -58,7 +58,7 @@ jobs:
58
# configures `threshold: 5%` so a PR fails the Codecov status check
59
# if line coverage drops more than 5 pp vs the base branch.
60
- name: Upload coverage to Codecov
61
62
63
64
0 commit comments