1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +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
-1
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