Skip to content

Commit 60e795e

Browse files
committed
Added support for codecov
1 parent 0d3f64d commit 60e795e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.coverage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!coverage.py: This is a private format, don't read it directly!{"lines":{}}

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22

33
python:
44
- "3.6"
5+
- "3.7"
56

67
install:
78
- pip install -r requirements.txt
@@ -11,10 +12,14 @@ install:
1112

1213
script:
1314
- pytest
15+
- py.test --cov-report term --cov=app/test/
1416
- cd docs
1517
- make html
1618
- touch _build/html/.nojekyll
1719

20+
after_success:
21+
- codecov
22+
1823
deploy:
1924
provider: pages
2025
skip_cleanup: true

0 commit comments

Comments
 (0)