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 ef87216 commit 7ab4626Copy full SHA for 7ab4626
.travis.yml
@@ -10,3 +10,6 @@ install:
10
11
script:
12
- python -m pytest --doctest-modules --cov=./ --cov-report=xml
13
+
14
+after_success:
15
+ - codecov
codecov.yml
@@ -10,6 +10,6 @@ coverage:
precision: 3
comment:
- layout: "diff, files"
+ layout: "diff, files, reach"
behavior: default
require_changes: false
0 commit comments