Skip to content

Commit

Permalink
CI: Disable failing on code coverage report upload, Codecov has issues
Browse files Browse the repository at this point in the history
Codecov occasionally responds with:

    404 Not Found: Unable to locate build via Github Actions API.

Some workaround-like mitigations have been tried, but to no avail.

Reference: #451
  • Loading branch information
amotl committed Oct 4, 2022
1 parent f34e70e commit cb2d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit cb2d904

Please sign in to comment.