Skip to content

Commit

Permalink
ci: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed May 3, 2024
1 parent fb530e5 commit 450cb05
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 @@ -43,6 +43,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 450cb05

Please sign in to comment.