Skip to content

Commit

Permalink
workaround codecov upload issues on gh server
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Oct 23, 2023
1 parent 46cf89e commit 9b6e0cf
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 @@ -77,7 +77,7 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
fail_ci_if_error: false

- name: Build Doc
if: ${{ (github.ref == 'refs/heads/main') && (matrix.python-version == '3.8')}}
Expand Down

0 comments on commit 9b6e0cf

Please sign in to comment.