We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d591685 commit 619c5ffCopy full SHA for 619c5ff
1 file changed
.github/workflows/codecov.yml
@@ -26,5 +26,6 @@ jobs:
26
- run: mvn install -Pjacoco
27
- uses: codecov/codecov-action@v5
28
with:
29
+ token: ${{ secrets.CODECOV_TOKEN }}
30
files: ./target/site/jacoco/jacoco.xml
31
fail_ci_if_error: true
0 commit comments