Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caprexy authored Oct 11, 2023
1 parent 9c83366 commit 2343ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

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

0 comments on commit 2343ab1

Please sign in to comment.