Skip to content

Commit

Permalink
Merge pull request #691 from grahamgower/jradrion-liftOver
Browse files Browse the repository at this point in the history
jradrion lift over
  • Loading branch information
grahamgower committed Nov 16, 2020
2 parents 566c38f + d8b3241 commit f4f2015
Show file tree
Hide file tree
Showing 4 changed files with 1,085 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
name: Run Python tests
command: |
mkdir -p ${XML_RESULTS_DIR}
nosetests -vs --with-coverage --cover-package stdpopsim maintenance \
nosetests -vs --with-coverage --cover-package stdpopsim \
--cover-branches --cover-erase --cover-xml --with-xunit --xunit-file=${XML_RESULTS} \
--cover-inclusive $(circleci tests glob "tests/*.py" | circleci tests split --split-by=timings --timings-type=classname)
- codecov/upload:
Expand Down

0 comments on commit f4f2015

Please sign in to comment.