mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-24 08:09:52 +08:00
ci: do not fail ci if codecov upload fails
This commit is contained in:
4
.github/workflows/bitcoin-tests.yml
vendored
4
.github/workflows/bitcoin-tests.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
with:
|
||||
files: ./coverage-output/lcov.info
|
||||
name: ${{ matrix.test-name }}
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
atlas-test:
|
||||
if: ${{ true }}
|
||||
runs-on: ubuntu-latest
|
||||
@@ -144,4 +144,4 @@ jobs:
|
||||
with:
|
||||
files: ./coverage-output/lcov.info
|
||||
name: ${{ matrix.test-name }}
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
|
||||
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
files: ./coverage-output/lcov.info
|
||||
name: large_genesis
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
|
||||
# Run unit tests with code coverage
|
||||
unit-tests:
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
with:
|
||||
files: ./coverage-output/lcov.info
|
||||
name: unit_tests
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
|
||||
open-api-validation:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -94,6 +94,7 @@ jobs:
|
||||
with:
|
||||
files: ./coverage.lcov
|
||||
verbose: true
|
||||
fail_ci_if_error: false
|
||||
|
||||
# rustfmt checking
|
||||
rustfmt:
|
||||
|
||||
Reference in New Issue
Block a user