Skip to content

Commit

Permalink
fix code cov (#150)
Browse files Browse the repository at this point in the history
turns out the dependabot missed the fact that secrets are now needed.
  • Loading branch information
oscardssmith authored Feb 6, 2024
1 parent b80e47b commit 2eb1345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

docs:
name: Documentation
Expand Down

0 comments on commit 2eb1345

Please sign in to comment.