Skip to content

Commit

Permalink
Merge pull request #869 from VWS-Python/codecov-token
Browse files Browse the repository at this point in the history
Fail on Codecov failure, and use token to fix upload
  • Loading branch information
adamtheturtle authored Feb 17, 2024
2 parents be9bb6c + 648222b commit d15a670
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 @@ -50,3 +50,6 @@ jobs:
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v4"
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d15a670

Please sign in to comment.