Skip to content

Commit

Permalink
fix: include token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjokumsen authored May 5, 2024
1 parent c77ca13 commit 1831036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
if: hashFiles('coverage/**/*') != ''
with:
directory: coverage
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 1831036

Please sign in to comment.