Skip to content

Commit

Permalink
Specify coverall config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 10, 2024
1 parent 092851b commit 10961bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- name: Test with coverage
env:
BCL_CONFIG_FILE: ${{ github.workspace }}/tests/config.ini.unittest
run: coverage run --source=bitcoinlib -m unittest -v
run: coverage run --source=bitcoinlib -m unittest -v -c .coveragerc

- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: run-${{ join(matrix.*, '-') }}
github-token: ${{ github.token }}

coveralls_finish:
Expand All @@ -39,3 +40,4 @@ jobs:
with:
parallel-finished: true
debug: true
carryforward: "run-3.8,run-3.11,run-3.12"

0 comments on commit 10961bb

Please sign in to comment.