Skip to content

Commit 99c1dfd

Browse files
committed
WIP: Test
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
1 parent be74600 commit 99c1dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
- name: Run Python pytest
272272
run: |
273-
python -m pytest --cov --cov-report=term-missing --cov-fail-under="${{ env.CODE_COVERAGE_REQ }}"
273+
python -m pytest --cov . --cov-report=term-missing --cov-fail-under="${{ env.CODE_COVERAGE_REQ }}"
274274
275275
- name: Run xml cfg checker
276276
run: |

0 commit comments

Comments
 (0)