Skip to content

Commit

Permalink
Merge pull request #125 from arnauddupuis/arnauddupuis-codecov-yaml
Browse files Browse the repository at this point in the history
Create codecov.yml
  • Loading branch information
arnauddupuis committed Oct 10, 2020
2 parents 69a4a19 + 043e341 commit 8f74080
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
# basic
target: auto
threshold: 0%
base: auto
flags:
- unit
paths:
- "src"
# advanced
branches:
- master
if_not_found: success
if_ci_failed: error
informational: false
only_pulls: false

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

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

0 comments on commit 8f74080

Please sign in to comment.