Skip to content

Commit 624c995

Browse files
committed
update ci
1 parent 53a6022 commit 624c995

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ 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/artifacts --cov-fail-under=100
61-
- store_test_results:
62-
path: test-results/results
60+
- run: poetry run pytest --cov=src --cov-report=html --cov-fail-under=100
6361
- store_artifacts:
64-
path: test-results/artifacts
62+
path: htmlcov
6563
workflows:
6664
Build:
6765
jobs:

0 commit comments

Comments
 (0)