Skip to content

Commit

Permalink
Update ci.yml with Codecov Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gresrun authored May 6, 2024
1 parent 3d485f3 commit efe285e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Upload Test Coverage Report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./target/site/jacoco/jacoco.xml
flags: unit-tests
fail_ci_if_error: true
Expand Down

0 comments on commit efe285e

Please sign in to comment.