Skip to content

Commit 619c5ff

Browse files
committed
Add Codecov token to codecov.yml workflow.
1 parent d591685 commit 619c5ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- run: mvn install -Pjacoco
2727
- uses: codecov/codecov-action@v5
2828
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}
2930
files: ./target/site/jacoco/jacoco.xml
3031
fail_ci_if_error: true

0 commit comments

Comments
 (0)