Skip to content

Commit

Permalink
Add CODECOV token to the coverage pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Nov 9, 2024
1 parent ad835c4 commit b63ce08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
run: mvn -B test jacoco:report -f diogenes/pom.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b63ce08

Please sign in to comment.