On Tue, Feb 21, 2017 at 3:09 PM, Maxim Uvarov <[email protected]>
wrote:

> On main page for each commit Codecov does tests. This
> patch lowers expectations for 'codecov/project' to make
> it pass and as the result combined mark check (travis + codecov)
> green under commit on main page.
>
> Signed-off-by: Maxim Uvarov <[email protected]>
> ---
>  .codecov.yml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/.codecov.yml b/.codecov.yml
> index 86bcd1dc..36270d61 100644
> --- a/.codecov.yml
> +++ b/.codecov.yml
> @@ -7,7 +7,9 @@ coverage:
>    round: down
>    range: "50...75"
>    status:
> -    project: yes
> +    project:
> +      target: 70%
> +      threshold: 5%
>

Are we doing this just to make the charts pretty? Or is this consistent
with what other projects are doing?


>      patch: yes
>      changes: yes
>
> --
> 2.11.0.295.gd7dffce
>
>

Reply via email to