Skip to content

Commit

Permalink
Added codecov and removed coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Dec 4, 2019
1 parent a6757bd commit dcd3451
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 51 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs: # A basic unit of work in a run
- run:
command: |
cp .env.example .env
pipenv run pytest
pipenv run pytest --cov
pipenv run codecov
- store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
path: test-results
- store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
Expand Down
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[run]
source =
polaris
omit =
*admin.py,
*apps.py,
*migrations/*,
*settings*,
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ black = "*"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
coveralls = "*"
pipenv-setup = "*"
readthedocs-sphinx-ext = "<1.1"
sphinx = "<2"
sphinx-rtd-theme = "<0.5"
codecov = "*"
pipenv-to-requirements = "*"

[packages]
Expand Down
89 changes: 40 additions & 49 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcd3451

Please sign in to comment.