Skip to content

Commit

Permalink
Made Codecov integration in CI optional
Browse files Browse the repository at this point in the history
It seems to be failing at the moment
  • Loading branch information
spookylukey committed May 4, 2024
1 parent 96e316b commit 97fc01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
file: ./coverage.xml
env_vars: PYTHON
fail_ci_if_error: true
fail_ci_if_error: false

linters:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97fc01c

Please sign in to comment.