Skip to content

Commit

Permalink
try again to configure coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jun 9, 2019
1 parent 3bad895 commit 1a85c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,12 @@ jobs:
key: v1-dependencies-{{ checksum "requirements.txt" }}

# run tests!
# this example uses Django's built-in test-runner
# other common Python testing frameworks include pytest and nose
# https://pytest.org
# https://nose.readthedocs.io
- run:
name: run tests
command: |
. venv/bin/activate
coverage run -m pytest
coverage report
coverage html
pytest --cov-report= --cov=authorityspoke tests/
coveralls
- store_artifacts:
path: htmlcov
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AuthoritySpoke.egg-info
.mypy_cache/
docs/_build/
html/
htmlcov/
example_data/holdings/unused
example_data/opinions/flf/
example_data/opinions/unused
Expand Down

0 comments on commit 1a85c94

Please sign in to comment.