This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 40699694b24cceb86ed441308309393de84c3478 (commit) from 215069d156f3612ff9e140a7e47232047c6870e6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 40699694b24cceb86ed441308309393de84c3478 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Fri May 18 13:43:12 2018 +0300
codecov: disable check by patch
Inside PRs there is check for code coverage for patch lines. There is no big reason for that check due to patch also can only remove lines. Only complete project has to be checked for code coverage.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/.codecov.yml b/.codecov.yml index 327f6549..1e50776b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -14,9 +14,7 @@ coverage: threshold: 5% patch: default: - enabled: yes - target: 70% - threshold: 5% + enabled: no changes: no
parsers:
-----------------------------------------------------------------------
Summary of changes: .codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive