Skip to content

Commit

Permalink
configure codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
smsaladi committed May 24, 2017
1 parent ca0bd7e commit b62abec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "**/tests/**/*"
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ before_install:
- export PATH=/home/travis/miniconda3/bin:$PATH
# Install python environment and dependencies
- conda install --yes python=$CONDA_PY --file requirements.txt
# Install codecov integration
- pip install codecov pytest-cov


install:
# run tests
- python setup.py test
# run tests with coverage information
- py.test --cov=./

after_success:
- codecov

0 comments on commit b62abec

Please sign in to comment.