Skip to content

Commit

Permalink
Fix Codecov checkin test(#22)
Browse files Browse the repository at this point in the history
* Use pytest-cov plugin for CI tests

* CI - run unit tests on packaged files
  • Loading branch information
rwedge authored Apr 2, 2020
1 parent 047f91c commit 764a652
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 @@ -59,7 +59,8 @@ jobs:
name: Unit Tests
command: |
source python/bin/activate
pytest autonormalize/
cd package
pytest autonormalize/ --cov=autonormalize
- when:
condition: << parameters.codecov >>
steps:
Expand Down

0 comments on commit 764a652

Please sign in to comment.