We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a58bd commit ea866d6Copy full SHA for ea866d6
.github/workflows/test_package.yml
@@ -32,4 +32,4 @@ jobs:
32
python -m pip install -r requirements_dev.txt
33
- name: Test with pytest
34
run: |
35
- python -m pytest
+ python -m pytest --cov=causalAssembly tests/
0 commit comments