Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
chore: add codecov setup (#186)
Browse files Browse the repository at this point in the history
* chore: add codecov setup

* chore: add dump functions

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov

* chore: update codecov
  • Loading branch information
juanpicado authored and sergiohgz committed Oct 12, 2019
1 parent 8b86ded commit 7529c02
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "80...85"

status:
project:
default:
target: auto
threshold: 1%
base: auto
patch: no
changes: no

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

comment:
layout: "diff,flags,tree"
behavior: default
require_changes: no

0 comments on commit 7529c02

Please sign in to comment.