Skip to content

Commit

Permalink
adding codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 authored Aug 15, 2017
1 parent f180c9c commit c31aa6a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: yes

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

status:
project: yes
patch: yes
changes: no

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

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

0 comments on commit c31aa6a

Please sign in to comment.