diff --git a/.circleci/config.yml b/.circleci/config.yml index 628e6ebb..7c0164a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,7 @@ jobs: name: Run tests and collect coverage command: pytest --cov app - codecov/upload: + token: ${CODECOV_TOKEN} upload_args: --plugin noop workflow: