We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7435e7 commit 4317aa6Copy full SHA for 4317aa6
1 file changed
.github/workflows/ci.yaml
@@ -57,7 +57,7 @@ jobs:
57
# Run tests with coverage
58
- name: Run tests under coverage
59
run: |
60
- coverage run -m pytest
+ coverage run --source=model2vec -m pytest
61
coverage report
62
63
# Upload results to Codecov
0 commit comments