We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3fb04 commit 9bd5a08Copy full SHA for 9bd5a08
.circleci/config.yml
@@ -17,6 +17,7 @@ jobs:
17
pytest --cov app
18
coverage xml
19
- codecov/upload:
20
+ cli_args: -v
21
token: CODECOV_TOKEN
22
upload_args: --plugin noop
23
0 commit comments