Skip to content

Commit

Permalink
fix typo in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Feb 21, 2025
1 parent f30899c commit b5fb4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
cd counterparty-core
hatch run pytest counterpartycore/test/${{ inputs.test-path }} \
${{ !inputs.no_cov_report && '-s -vv -x --cov=counterpartycore/lib --cov-report=term-missing --cov-report=' || '' }} \
${{ !inputs.no_cov_report && '-s -vv -x --cov=counterpartycore/lib --cov-report=term-missing --cov-report=' || '' }}
mv .coverage ../
- name: Upload coverage
Expand Down

0 comments on commit b5fb4ef

Please sign in to comment.