Skip to content

Commit 56f1437

Browse files
authored
Run unit tests only on chip8 package
1 parent a90b814 commit 56f1437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: |
1919
pip install -r requirements.txt
2020
sudo apt-get install xvfb
21-
xvfb-run --auto-servernum coverage run -m unittest
21+
xvfb-run --auto-servernum coverage run --source=chip8 -m unittest
2222
- name: Codecov
2323
uses: codecov/codecov-action@v1.5.2

0 commit comments

Comments
 (0)