Skip to content

Commit

Permalink
Adding codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
Korusuke authored and reneeotten committed Jul 5, 2019
1 parent 0184241 commit 51335cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ python:

install:
- pip install tox
- pip install codecov

script: tox -epy37,flake8

after_success:
- codecov
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"

status:
project: yes
patch: yes
changes: no

comment:
layout: "reach, diff, flags, files, footer"
behavior: default
require_changes: no

0 comments on commit 51335cc

Please sign in to comment.