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.
2 parents 14cbf58 + 619987d commit d4fc77cCopy full SHA for d4fc77c
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload coverage reports to Codecov
54
if: matrix.java == '21'
55
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
file: ./target/site/jacoco/jacoco.xml
@@ -156,7 +156,7 @@ jobs:
156
run: mvn test -Dtest=*Compatibility*
157
158
- name: Upload coverage reports
159
160
161
file: target/site/jacoco/jacoco.xml
162
flags: unittests
0 commit comments