Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 0dac80e

Browse files
committed
Update config.yml
1 parent b3f8366 commit 0dac80e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs: # A basic unit of work in a run
1515

1616
steps: # steps that comprise the `build` job
1717
- checkout
18-
- python/install-packages:
19-
pkg-manager: pip
2018
- run:
2119
command:
2220
python --version
@@ -46,7 +44,7 @@ jobs: # A basic unit of work in a run
4644
name: Create test-results folder
4745
- run:
4846
command:
49-
python -m pytest . -v -rP --doctest-modules --junitxml=test-results/test-results.xml
47+
python -m pytest . -v -rP --doctest-modules --junitxml=junit/test-results.xml --cov-report term-missing --cov-fail-under=80 --cov=./ --cov-report html:test-coverage.html --cov-report xml:test-coverage.xml
5048
name: Run tests with pytest
5149
- run:
5250
command:

0 commit comments

Comments
 (0)