Skip to content

Commit

Permalink
Merge 2512c6e into f24f8ba
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Mar 20, 2019
2 parents f24f8ba + 2512c6e commit 1d9c2c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
22 changes: 18 additions & 4 deletions .coveragerc
@@ -1,6 +1,20 @@
[run]
branch = true
source =
concordia
importer
exporter
include =
concordia/*
importer/*
exporter/*
omit =
*/migrations/*
*/tests/*
concordia/settings*

[report]
include =
concordia/*
importer/*
exporter/*
omit =
*/migrations/*
*/tests/*
concordia/settings*
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,8 @@ script:
- mkdir logs
- touch ./logs/concordia-celery.log
- pipenv run ./manage.py collectstatic --no-input
- pipenv run coverage run ./manage.py test concordia importer exporter
# n.b.
- pipenv run coverage run ./manage.py test
- git diff --name-only $TRAVIS_COMMIT_RANGE | xargs pre-commit run --files
- pipenv run safety check
after_success:
Expand Down

0 comments on commit 1d9c2c7

Please sign in to comment.