Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Th/test #238

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
fix: run coverage xml
thomasrockhu-codecov committed Sep 27, 2024
commit 8e3fb0464c30210b52acc55b965d345f2f6ffbb7
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,9 @@ jobs:
command: pip install -r requirements.txt
- run:
name: Run tests and collect coverage
command: pytest --cov app
command: |
pytest --cov app
coverage xml
- codecov/upload:
token: CODECOV_TOKEN
upload_args: --plugin noop