We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c64b9e commit 27f8888Copy full SHA for 27f8888
.github/workflows/python-app.yml
@@ -33,6 +33,6 @@ jobs:
33
# editable is necessary as pytest will run against the installed
34
# package rather than the local files creating a coverage report of 0%
35
pip install -r requirements-dev.txt
36
- pytest --cov-report=html --cov=packages/data --cov=packages/utils --cov=packages/pipeline --cov=packages/training
+ pytest --cov=packages/data --cov=packages/utils --cov=packages/pipeline --cov=packages/training
37
38
0 commit comments