Skip to content

Commit

Permalink
fights with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent 553a6eb commit 394285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: |
# pytest --cov=.
coverage run --source=${{ github.workspace }} --module=pytest
coverage run --source=${{ github.workspace }} --module pytest
# env:
# PLATFORM: ${{ matrix.platform }}

Expand Down

0 comments on commit 394285c

Please sign in to comment.