Skip to content

Commit

Permalink
fix no coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Feb 13, 2025
1 parent e6a0cd5 commit 677e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
os: ${{ matrix.os || 'ubuntu-22.04' }}
python-version: ${{ matrix.python-version || '3.11' }}
install_bitcoin: ${{ matrix.install_bitcoin || false }}
run_coveralls: ${{ matrix.run_coveralls }}
run_coveralls: ${{ matrix.run_coveralls == null || matrix.run_coveralls == true }}
only_on_develop: ${{ matrix.only_on_develop || false }}
secrets: inherit

Expand Down

0 comments on commit 677e301

Please sign in to comment.