We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77522da commit 84a99c7Copy full SHA for 84a99c7
1 file changed
.github/workflows/codecov.yml
@@ -24,7 +24,7 @@ jobs:
24
restore-keys: |
25
maven-
26
- run: mvn install -Pjacoco -Dinvoker.skip
27
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@v7
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
files: target/site/jacoco/jacoco.xml
0 commit comments