Skip to content

Commit

Permalink
Merge pull request #56 from CPS-IT/fix/codecov-token
Browse files Browse the repository at this point in the history
[BUGFIX] Use codecov token in CI
  • Loading branch information
eliashaeussler committed Dec 8, 2022
2 parents 45693c3 + 777e859 commit 1672296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: codecov report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: .build/coverage
fail_ci_if_error: true
verbose: true

0 comments on commit 1672296

Please sign in to comment.