Skip to content

Commit

Permalink
Fix argument order in coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 10, 2024
1 parent 846bbea commit cad57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test with coverage
env:
BCL_CONFIG_FILE: ${{ github.workspace }}/tests/config.ini.unittest
run: coverage run --source=bitcoinlib -m unittest -v --omit="*/tools/*"
run: coverage run --omit="*/tools*" --source=bitcoinlib -m unittest -v

- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit cad57f0

Please sign in to comment.