Skip to content

Commit

Permalink
chore: add coverage upload action to sampled genesis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Dec 9, 2021
1 parent 009945d commit 4d4f67a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ jobs:
env:
DOCKER_BUILDKIT: 1
TEST_NAME: ${{ matrix.test-name }}
run: docker build --build-arg test_name=${{ matrix.test-name }} -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
run: docker build -o coverage-output --build-arg test_name=${{ matrix.test-name }} -f ./.github/actions/bitcoin-int-tests/Dockerfile.bitcoin-tests .
- uses: codecov/codecov-action@v2
with:
files: ./coverage-output/lcov.info
name: ${{ matrix.test-name }}
fail_ci_if_error: true
atlas-test:
if: ${{ true }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d4f67a

Please sign in to comment.