Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Maxmeister committed Jul 23, 2019
1 parent 6b2426d commit f720308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -30,12 +30,12 @@ jobs:
name: Running tests and test coverage
command: |
# pipenv run python setup.py test
pipenv install coveralls # for coveralls.io -- this can be in pipefile [dev] instead.
# set COVERALLS_REPO_TOKEN=<...> in ENVIRONMENT variables in circleci
pipenv install coveralls # for coveralls.io -- this can be in Pipfile [dev] instead.
pipenv run coverage run setup.py test
pipenv run coverage report
pipenv run coverage html
# set COVERALLS_REPO_TOKEN=<...> in ENVIRONMENT variables in circleci
sudo pipenv run coveralls # pushes report to coveralls.io
pipenv run coverage html
pipenv run coveralls # -- pushes report to coveralls.io
- store_artifacts:
path: htmlcov # specific folder name where coverage always stores HTML reports
destination: methpype
Expand Down

0 comments on commit f720308

Please sign in to comment.