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 34d4525 commit c3be2e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
push:
branches:
- "main"


container:
options: --user root

jobs:
test:
name: Run tests & display coverage
Expand All @@ -28,7 +31,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
sudo apt-get install python-tk
python -m coverage run -m unittest
python -m coverage report
Expand Down

0 comments on commit c3be2e9

Please sign in to comment.