Skip to content

Commit

Permalink
Add codecov command
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Jan 29, 2021
1 parent a1adfbf commit 3a9e835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ jobs:
command: |
. venv/bin/activate
python run_tests.py
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
codecov
- store_artifacts:
path: test-reports
destination: test-reports
Expand Down Expand Up @@ -330,6 +332,8 @@ jobs:
command: |
. venv/bin/activate
python run_tests.py
# Upload to codecov.io (requires a CODECOV_TOKEN environ or github+circleci integration)
codecov
- store_artifacts:
path: test-reports
destination: test-reports
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ commands =
# isort --check-only --diff --recursive --skip .tox --skip migrations
# flake8
deps =
-rrequirements.txt
-r requirements.txt

0 comments on commit 3a9e835

Please sign in to comment.