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.
2 parents d30326b + 148157a commit a722225Copy full SHA for a722225
.travis.yml
@@ -38,7 +38,7 @@ before_script:
38
- mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
39
40
install:
41
- - pip install -U pip setuptools wheel tox-travis coveralls mypy
+ - pip install -U pip setuptools wheel tox-travis coveralls mypy codecov
42
43
script:
44
- tox
@@ -47,3 +47,4 @@ script:
47
48
after_success:
49
- coveralls --service=travis-pro
50
+ - 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