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.
1 parent aa2c978 commit e22629fCopy full SHA for e22629f
1 file changed
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
run: mvn clean jacoco:prepare-agent test jacoco:report
21
22
- name: Upload coverage to Codecov
23
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
24
with:
25
token: ${{secrets.CODECOV_TOKEN}}
26
file: ./target/site/jacoco/jacoco.xml
0 commit comments