Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jun 1, 2020
1 parent befed09 commit 31cc0f8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ coverage:
status:
project:
default:
# check only master and branches that should be merged directly into
# master
branches:
- master
- "feature/*"
Expand All @@ -28,7 +30,10 @@ comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
branches:
- master
- "feature/*"
- "release/*"
# 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 31cc0f8

Please sign in to comment.