Skip to content

Commit d895b46

Browse files
committed
Get coverage reported for the libs folder in GH actions
Signed-off-by: Mark Syms <[email protected]>
1 parent ecc653f commit d895b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Test
2020
run: |
2121
make precheck
22-
PYTHONPATH="./mocks:./libs:./drivers/:./misc/fairlock" coverage3 run --branch --source='./drivers,./tests,./misc/fairlock' -m unittest discover -s tests -p "*.py" -v
22+
PYTHONPATH="./mocks:./libs:./drivers/:./misc/fairlock" coverage3 run --branch --source='./drivers,./tests,./libs/,./misc/fairlock' -m unittest discover -s tests -p "*.py" -v
2323
coverage3 report --include='./*'

0 commit comments

Comments
 (0)