Skip to content

Commit

Permalink
Update codecov in circleci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 28, 2023
1 parent acd702e commit a3b37bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
- run:
name: Run unit tests
#command: python -m unittest discover tests
command: coverage run -m unittest discover tests
command: |
coverage run -m unittest discover tests
coverage xml
- codecov/upload:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit a3b37bf

Please sign in to comment.