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 53a6022 commit 624c995Copy full SHA for 624c995
.circleci/config.yml
@@ -57,11 +57,9 @@ jobs:
57
- checkout
58
- python/install-packages:
59
pkg-manager: poetry
60
- - run: poetry run pytest --cov=src --cov-report=xml:./test-results/results/coverage.xml --cov-report=html:./test-results/artifacts --cov-fail-under=100
61
- - store_test_results:
62
- path: test-results/results
+ - run: poetry run pytest --cov=src --cov-report=html --cov-fail-under=100
63
- store_artifacts:
64
- path: test-results/artifacts
+ path: htmlcov
65
workflows:
66
Build:
67
jobs:
0 commit comments