Skip to content

Commit 8e3fb04

Browse files
fix: run coverage xml
1 parent 8b889c9 commit 8e3fb04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
command: pip install -r requirements.txt
1414
- run:
1515
name: Run tests and collect coverage
16-
command: pytest --cov app
16+
command: |
17+
pytest --cov app
18+
coverage xml
1719
- codecov/upload:
1820
token: CODECOV_TOKEN
1921
upload_args: --plugin noop

0 commit comments

Comments
 (0)