Skip to content

Commit b95a86b

Browse files
committed
Fix test-results output dir
1 parent cceef0f commit b95a86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- python/install-packages:
1515
pkg-manager: pip
1616
- run:
17-
name: Test
17+
name: Test and Coverage
1818
command: |
19-
python -m pytest --doctest-modules -v --cov-report term-missing --cov
19+
python -m pytest --doctest-modules -v --cov-report term-missing --cov --junitxml=test-results/pytest/results.xml
2020
coveralls
2121
- store_test_results:
2222
path: test-results

0 commit comments

Comments
 (0)