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 4f88e1c commit b16fc65Copy full SHA for b16fc65
.github/workflows/codecov.yml
@@ -22,5 +22,5 @@ jobs:
22
- run: mvn install -Pjacoco
23
- uses: codecov/codecov-action@v5
24
with:
25
- file: ./target/site/jacoco/jacoco.xml
+ files: ./target/site/jacoco/jacoco.xml
26
fail_ci_if_error: true
0 commit comments