Skip to content

Commit

Permalink
codecov: Allow a undercoverd source can pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kukugi committed Oct 30, 2020
1 parent a65c3e3 commit 092ae71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ coverage:
status:
project:
default:
target : 0%
threshold: 1%
patch: on
changes: off

comment:
layout: "diff, files"
layout: "diff, files"
behavior: default
require_changes: no
require_base: no
Expand All @@ -24,3 +25,4 @@ ignore:
- "docs"
- "DOCKER"
- "scripts"
- "**/*.pb.go"

0 comments on commit 092ae71

Please sign in to comment.