ci: ignore if codecov action breaks

This commit is contained in:
Arthur Fiorette 2023-07-18 15:37:12 -03:00 committed by GitHub
parent 4f88736afc
commit 605d39bae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ jobs:
- name: Publish to Codecov
uses: codecov/codecov-action@v3
continue-on-error: true
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}