Skip to content

Commit

Permalink
Set a static test coverage target (uber-go#472)
Browse files Browse the repository at this point in the history
Set a static test coverage target of 95%. Using the "auto" option is
introducing a lot of flakiness, since even a 0.1% drop fails the build.
  • Loading branch information
akshayjshah authored Jul 8, 2017
1 parent de8aa9e commit 3ae4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ coverage:
project: # measuring the overall project coverage
default: # context, you can create multiple ones with custom titles
enabled: yes # must be yes|true to enable this status
target: auto # specify the target coverage for each commit status
target: 95% # specify the target coverage for each commit status
# option: "auto" (must increase from parent commit or pull request base)
# option: "X%" a static target percentage to hit
if_not_found: success # if parent is not found report status as success, error, or failure
Expand Down

0 comments on commit 3ae4059

Please sign in to comment.