Skip to content

Commit

Permalink
codecov needs a token since 6 months
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Sep 1, 2024
1 parent aeda4d8 commit 61e13e5
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 @@ -60,6 +60,9 @@ jobs:
run: pixi run test
- name: Publish Code Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
- name: Build Docs
run: pixi run docs
- name: Deploy to Github Pages
Expand Down

0 comments on commit 61e13e5

Please sign in to comment.