Skip to content

Commit 53a6022

Browse files
committed
update ci
1 parent 89ffa7e commit 53a6022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- checkout
5858
- python/install-packages:
5959
pkg-manager: poetry
60-
- run: poetry run pytest --cov=src --cov-report=xml:./test-results/results/coverage.xml --cov-report=html:./test-results/coverage --cov-fail-under=100
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
6161
- store_test_results:
6262
path: test-results/results
6363
- store_artifacts:

0 commit comments

Comments
 (0)