Skip to content

Commit

Permalink
move codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tathey1 committed Apr 13, 2023
1 parent 0671839 commit 01a52a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ workflows:
- build-and-test_38
- build-and-test_39
- build-and-test_310
- codecov/upload

# Below I define commands that are used in many of the jobs
commands:
Expand Down Expand Up @@ -69,7 +68,6 @@ commands:
command: |
. venv/bin/activate
pytest --cov=brainlit --cov-report=xml ./brainlit
codecov
jobs:
build-and-test_38: # This is the name of the job, feel free to change it to better match what you're trying to do!
Expand Down Expand Up @@ -108,4 +106,7 @@ jobs:
# - fork_test # commented bc this is done via github actions
- early_return_for_forked_pull_requests
- all_test
- codecov/upload



0 comments on commit 01a52a1

Please sign in to comment.