Fix file name.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/69c7ff80 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/69c7ff80 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/69c7ff80 Branch: refs/heads/trunk Commit: 69c7ff801bcfa69ea93428132b6385fb869368d9 Parents: 041cdae Author: Tomaz Muraus <[email protected]> Authored: Sun Sep 10 22:52:42 2017 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Mon Sep 11 09:48:29 2017 +0200 ---------------------------------------------------------------------- .codecov.yaml | 18 ------------------ .codecov.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/69c7ff80/.codecov.yaml ---------------------------------------------------------------------- diff --git a/.codecov.yaml b/.codecov.yaml deleted file mode 100644 index 5725cf1..0000000 --- a/.codecov.yaml +++ /dev/null @@ -1,18 +0,0 @@ -codecov: - #notify: - #require_ci_to_pass: yes - -coverage: - precision: 2 # decimal places to display: 0 <= value <= 4 - round: nearest - range: 50...90 # custom range of coverage colors from red -> yellow -> green - - status: - project: - default: - threshold: 2% - patch: yes - changes: no - -# comments are useless, considering wrong coverage reports -comment: no http://git-wip-us.apache.org/repos/asf/libcloud/blob/69c7ff80/.codecov.yml ---------------------------------------------------------------------- diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..5725cf1 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,18 @@ +codecov: + #notify: + #require_ci_to_pass: yes + +coverage: + precision: 2 # decimal places to display: 0 <= value <= 4 + round: nearest + range: 50...90 # custom range of coverage colors from red -> yellow -> green + + status: + project: + default: + threshold: 2% + patch: yes + changes: no + +# comments are useless, considering wrong coverage reports +comment: no
