Skip to content

Commit

Permalink
chore(test): circleci with token
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 27, 2024
1 parent c2a2c6e commit cb9ae46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- run:
name: Run tests and collect coverage
command: pytest --cov app
- codecov/upload
- codecov/upload:
token: $CODECOV_TOKEN

workflow:
version: 2.1
Expand Down

0 comments on commit cb9ae46

Please sign in to comment.