Skip to content

Commit

Permalink
Fixes#383 Adding Codecov Support (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthS007 authored and vaibhavsingh97 committed Dec 12, 2017
1 parent 58fbac7 commit 0bd6b8b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ deploy:
branch: development

after_success:
- deactivate
- bash <(curl -s https://codecov.io/bash)
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 0bd6b8b

Please sign in to comment.