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 74feb66 commit 57f70d6Copy full SHA for 57f70d6
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
restore-keys: |
21
maven-
22
- run: mvn install -Pjacoco -Dinvoker.skip
23
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
files: qulice-spi/target/site/jacoco/jacoco.xml,qulice-checkstyle/target/site/jacoco/jacoco.xml,qulice-pmd/target/site/jacoco/jacoco.xml,qulice-ant/target/site/jacoco/jacoco.xml,qulice-maven-plugin/target/site/jacoco/jacoco.xml
0 commit comments