Skip to content

Commit 148157a

Browse files
committed
codecov
1 parent 9b38dde commit 148157a

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
@@ -39,7 +39,7 @@ before_script:
3939
- mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
4040

4141
install:
42-
- pip install -U pip setuptools wheel tox-travis coveralls mypy
42+
- pip install -U pip setuptools wheel tox-travis coveralls mypy codecov
4343

4444
script:
4545
- tox
@@ -48,3 +48,4 @@ script:
4848

4949
after_success:
5050
- coveralls --service=travis-pro
51+
- 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)