We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae21f7 commit 5fe4ef7Copy full SHA for 5fe4ef7
.circleci/config.yml
@@ -15,6 +15,7 @@ jobs:
15
name: Run tests and collect coverage
16
command: pytest --cov app
17
- codecov/upload:
18
+ token: ${CODECOV_TOKEN}
19
upload_args: --plugin noop
20
21
workflow:
0 commit comments