aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
AgeCommit message (Collapse)Author
2018-05-21codecov: disable check by patchMaxim Uvarov
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>
2017-05-16codecov: enable threshold for patchesMaxim Uvarov
thresholds for individual patches and for project set in different places. Also drop status for not visible diff changes. Test only patch and project. https://github.com/codecov/support/wiki/Codecov-Yaml Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
2017-02-22codecov: lower expectations from codecovMaxim Uvarov
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 <maxim.uvarov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
2017-02-07codecov: add code coverage integrated to githubMaxim Uvarov
Results for code coverage will be available in https://codecov.io. On each successful run in github automatic code coverage will be run under travis ci. And at the end of travis log there will be link to code coverage for specific commit which you push. Also github merge requests will post automatically status of code coverage and update it if you changed merge request to new version. This patch also adds matrix to test both gcc and clang due to gcov is broken Travis CI shipment. Coverage done only for gcc tests. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>