This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b2a457  Update codecov.io configuration
3b2a457 is described below

commit 3b2a45730e902550b40c4628309faf9cad3cde24
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Sep 30 08:07:43 2020 -0400

    Update codecov.io configuration
    
    We now use the codeocov github bot which enables inline comments for
    lines that aren't coverd. But it seems to be to fragile for the
    codecov/project check, which fails on pretty much every PR for very
    minor changes. This disables the project check, but ensure we still have
    the patch check to encourage complete coverage on new code added. Also
    disable codecov commenting on the PR since it's too spammy. The github
    check is sufficient.
    
    DAFFODIL-2403
---
 .codecov.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index e790c7f..b09cd1c 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -13,5 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Prevents codecov from creating a test coverage comment in a pull request
-comment: off
+coverage:
+  status:
+    project: off
+    patch: 
+      default:
+        target: auto
+
+comment: false

Reply via email to