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 2dde71f commit c9c809aCopy full SHA for c9c809a
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
restore-keys: |
21
maven-
22
- run: mvn install -Pjacoco
23
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v4.0.0-beta.3
24
with:
25
file: ./target/site/jacoco/jacoco.xml
26
fail_ci_if_error: true
0 commit comments