We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d96fa2 commit fd2a2d9Copy full SHA for fd2a2d9
2 files changed
.circleci/config.yml
@@ -132,7 +132,7 @@ jobs:
132
pip install -r requirements-codecoverage.txt
133
pip install .
134
mkdir test-results
135
- coverage run -m pytest -vvv --nbmake --nbmake-timeout=300 -n=auto --junitxml=test-results/junit.xml tests
+ pytest -vvv --nbmake --nbmake-timeout=300 -n=auto --cov=smsdk --cov-config=.coveragerc --cov-report= --junitxml=test-results/junit.xml tests
136
137
# Store the test results on each node so we can see failures
138
- store_test_results:
requirements-codecoverage.txt
@@ -3,4 +3,5 @@
3
codecov==2.1.13
4
coverage==7.3.2
5
nbmake==1.4.6
6
+pytest-cov==4.1.0
7
pytest-xdist==3.5.0
0 commit comments