We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f33b1 commit 6b10ce8Copy full SHA for 6b10ce8
.github/workflows/CI.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
run: |
95
export PYTHONPATH=$PYTHONPATH:$(pwd)
96
- pytest -n logical -v --cov-config=.coveragerc --cov=molsysmt --cov-report=xml --junitxml=junit.xml --color=yes
+ pytest -n logical -v --cov-config=.coveragerc --cov=pyunitwizard --cov-report=xml --junitxml=junit.xml --color=yes
97
98
- name: Check coverage
99
shell: bash -l {0}
0 commit comments