You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/09 21:36:37 UTC

[incubator-mxnet] branch leezu-patch-2 created (now cca889e)

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

lausen pushed a change to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at cca889e  Enable coverage reports for PR diffs

This branch includes the following new commits:

     new cca889e  Enable coverage reports for PR diffs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: Enable coverage reports for PR diffs

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch leezu-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit cca889e70ebc90622d51c3fbfe029da805deb24c
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Mon Nov 9 13:35:22 2020 -0800

    Enable coverage reports for PR diffs
    
    The codecov/patch status only measures lines adjusted in the pull request or single commit, if the commit is not in a pull request. This status provides an indication on how well the pull request is tested.
---
 .codecov.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.codecov.yml b/.codecov.yml
index 5253ec7..ec8379d 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,4 +1,5 @@
 # Codecov.io configuration file
+# See https://docs.codecov.io/docs/codecovyml-reference
 codecov:
   notify:
     require_ci_to_pass: yes
@@ -6,7 +7,7 @@ codecov:
 coverage:
   status:
     project: off
-    patch: off
+    patch: on
   precision: 2
   round: down
   range: "70...100"
@@ -20,7 +21,6 @@ parsers:
       macro: no
 
 ignore:
- - "cpp-package/example/**/*"
  - "tests/**/*"
 
 # Disable comments for now to gather data in the background