Skip to content

Commit 27f8888

Browse files
committed
Tweak test execution in github action
1 parent 8c64b9e commit 27f8888

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
@@ -33,6 +33,6 @@ jobs:
3333
# editable is necessary as pytest will run against the installed
3434
# package rather than the local files creating a coverage report of 0%
3535
pip install -r requirements-dev.txt
36-
pytest --cov-report=html --cov=packages/data --cov=packages/utils --cov=packages/pipeline --cov=packages/training
36+
pytest --cov=packages/data --cov=packages/utils --cov=packages/pipeline --cov=packages/training
3737
3838

0 commit comments

Comments
 (0)