1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-29 21:47:00 +02:00

Do not fail CI on codecov create report (#5532)

Unblock PRs from the CI failure.
This commit is contained in:
Tyler Yahn 2024-06-21 13:04:57 -07:00 committed by GitHub
parent eb6bd28f32
commit 4a509d24e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
- name: Store coverage test output
uses: actions/upload-artifact@v4