Skip to content

Commit

Permalink
ci: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed May 3, 2024
1 parent 0062a33 commit 19b113d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

- name: Publish to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set Dev version
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 19b113d

Please sign in to comment.