Skip to content

Commit a722225

Browse files
authored
Merge pull request #626 from Carreau/codecov
Try coverage with codecov
2 parents d30326b + 148157a commit a722225

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
- mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
3939

4040
install:
41-
- pip install -U pip setuptools wheel tox-travis coveralls mypy
41+
- pip install -U pip setuptools wheel tox-travis coveralls mypy codecov
4242

4343
script:
4444
- tox
@@ -47,3 +47,4 @@ script:
4747

4848
after_success:
4949
- coveralls --service=travis-pro
50+
- codecov

codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 100
6+
threshold: 0.1
7+
patch:
8+
default:
9+
target: 100

0 commit comments

Comments
 (0)