Skip to content

Commit

Permalink
Merge pull request #475 from jGaboardi/custom_codecov
Browse files Browse the repository at this point in the history
no post until 24 codecov reports
  • Loading branch information
jGaboardi committed Apr 16, 2020
2 parents 042366f + 3533ca9 commit 7fec30b
Showing 1 changed file with 8 additions and 34 deletions.
42 changes: 8 additions & 34 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,26 @@
codecov:
notify:
after_n_builds: 24
coverage:
range: 50..95
round: nearest
precision: 1
status:
project:
default:
against: parent
target: auto
threshold: 2%
branches:
- master
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
patch:
default:
against: parent
threshold: 2%
target: 80%
branches: null
if_no_uploads: success
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
changes:
default:
against: parent
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags:
- integration
paths:
- folder
threshold: 2%
ignore:
- "tests/*"
comment:
layout: "reach, diff, flags, files"
layout: "reach, diff, files"
branches: *
behavior: default
behavior: once
after_n_builds: 24
require_changes: true

0 comments on commit 7fec30b

Please sign in to comment.