Skip to content

Commit

Permalink
Merge branch 'master' into feature/TMC
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jun 1, 2020
2 parents b7b313a + 31cc0f8 commit db7fa01
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Reference docs at:
# https://docs.codecov.io/docs/codecovyml-reference

codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
# check only master and branches that should be merged directly into
# master
branches:
- master
- "feature/*"
- "release/*"

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

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
# comments in the pull request are not preventing the merge, and can be
# useful to detect dropping in unit and regression tests since they are
# individually reported [so keep the following option commented]
#branches:
#- master
#- "feature/*"
#- "release/*"

0 comments on commit db7fa01

Please sign in to comment.