mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-04-15 11:36:44 +02:00
Do not fail CI on codecov create report (#5532)
Unblock PRs from the CI failure.
This commit is contained in:
parent
eb6bd28f32
commit
4a509d24e2
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -107,7 +107,6 @@ jobs:
|
|||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
file: ./coverage.txt
|
file: ./coverage.txt
|
||||||
fail_ci_if_error: true
|
|
||||||
verbose: true
|
verbose: true
|
||||||
- name: Store coverage test output
|
- name: Store coverage test output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user