Skip to content

Commit 7ab4626

Browse files
authored
Codecov fixed (#18)
1 parent ef87216 commit 7ab4626

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ install:
1010

1111
script:
1212
- python -m pytest --doctest-modules --cov=./ --cov-report=xml
13+
14+
after_success:
15+
- codecov

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ coverage:
1010
precision: 3
1111

1212
comment:
13-
layout: "diff, files"
13+
layout: "diff, files, reach"
1414
behavior: default
1515
require_changes: false

0 commit comments

Comments
 (0)