Skip to content

Commit 764a652

Browse files
authored
Fix Codecov checkin test(#22)
* Use pytest-cov plugin for CI tests * CI - run unit tests on packaged files
1 parent 047f91c commit 764a652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
name: Unit Tests
6060
command: |
6161
source python/bin/activate
62-
pytest autonormalize/
62+
cd package
63+
pytest autonormalize/ --cov=autonormalize
6364
- when:
6465
condition: << parameters.codecov >>
6566
steps:

0 commit comments

Comments
 (0)