diff --git a/.circleci/config.yml b/.circleci/config.yml index 9eeb530b..3117ad74 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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