Skip to content

Commit

Permalink
adds .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 30, 2019
1 parent 75236d2 commit 3523dc6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .codecov.yml
@@ -0,0 +1,23 @@
codecov:
branch: master

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

status:
project: yes
patch: yes
changes: no

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

ignore:
- "tests"

0 comments on commit 3523dc6

Please sign in to comment.