Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
caprexy committed Oct 11, 2023
2 parents a70c4a6 + 2785b97 commit 9c83366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: py-actions/py-dependency-install@v4

- name: Install everything, run the tests, produce the .coverage file
run: # This is the part where you put your own test command
run: | # This is the part where you put your own test command
python -m coverage run -m unittest
python -m coverage report
Expand Down

0 comments on commit 9c83366

Please sign in to comment.