We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b38dde commit 148157aCopy full SHA for 148157a
.travis.yml
@@ -39,7 +39,7 @@ before_script:
39
- mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
40
41
install:
42
- - pip install -U pip setuptools wheel tox-travis coveralls mypy
+ - pip install -U pip setuptools wheel tox-travis coveralls mypy codecov
43
44
script:
45
- tox
@@ -48,3 +48,4 @@ script:
48
49
after_success:
50
- coveralls --service=travis-pro
51
+ - codecov
codecov.yml
@@ -0,0 +1,9 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: 100
6
+ threshold: 0.1
7
+ patch:
8
9
0 commit comments