You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/21 17:00:27 UTC

[GitHub] codecov-io commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh

codecov-io commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh
URL: https://github.com/apache/incubator-mxnet/pull/13907#issuecomment-456140729
 
 
   # [Codecov](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=h1) Report
   > Merging [#13907](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-mxnet/commit/372222b179c0fa603c6c783d24a96406bab94290?src=pr&el=desc) will **increase** coverage by `0.18%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/graphs/tree.svg?width=650&token=7GtR5LCDtb&height=150&src=pr)](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #13907      +/-   ##
   ==========================================
   + Coverage   81.22%   81.41%   +0.18%     
   ==========================================
     Files         724      728       +4     
     Lines       80688    81157     +469     
     Branches     3231     3231              
   ==========================================
   + Hits        65542    66074     +532     
   + Misses      14278    14215      -63     
     Partials      868      868
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [src/operator/contrib/multibox\_prior.cu](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2NvbnRyaWIvbXVsdGlib3hfcHJpb3IuY3U=) | `2.7% <0%> (-81.09%)` | :arrow_down: |
   | [src/operator/contrib/multibox\_detection.cu](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2NvbnRyaWIvbXVsdGlib3hfZGV0ZWN0aW9uLmN1) | `4.76% <0%> (-80.96%)` | :arrow_down: |
   | [cpp-package/include/mxnet-cpp/initializer.h](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-Y3BwLXBhY2thZ2UvaW5jbHVkZS9teG5ldC1jcHAvaW5pdGlhbGl6ZXIuaA==) | `28.35% <0%> (-71.65%)` | :arrow_down: |
   | [src/operator/crop.cu](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2Nyb3AuY3U=) | `33.33% <0%> (-66.67%)` | :arrow_down: |
   | [src/operator/crop-inl.h](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2Nyb3AtaW5sLmg=) | `13.59% <0%> (-31.07%)` | :arrow_down: |
   | [cpp-package/include/mxnet-cpp/shape.h](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-Y3BwLXBhY2thZ2UvaW5jbHVkZS9teG5ldC1jcHAvc2hhcGUuaA==) | `78.46% <0%> (-21.54%)` | :arrow_down: |
   | [src/operator/crop.cc](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2Nyb3AuY2M=) | `63.63% <0%> (-18.19%)` | :arrow_down: |
   | [...c/operator/nn/cudnn/cudnn\_softmax\_activation-inl.h](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL25uL2N1ZG5uL2N1ZG5uX3NvZnRtYXhfYWN0aXZhdGlvbi1pbmwuaA==) | `57.37% <0%> (-14.76%)` | :arrow_down: |
   | [src/operator/contrib/multibox\_detection-inl.h](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-c3JjL29wZXJhdG9yL2NvbnRyaWIvbXVsdGlib3hfZGV0ZWN0aW9uLWlubC5o) | `68.6% <0%> (-5.82%)` | :arrow_down: |
   | [cpp-package/include/mxnet-cpp/symbol.hpp](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree#diff-Y3BwLXBhY2thZ2UvaW5jbHVkZS9teG5ldC1jcHAvc3ltYm9sLmhwcA==) | `96.22% <0%> (-3.78%)` | :arrow_down: |
   | ... and [40 more](https://codecov.io/gh/apache/incubator-mxnet/pull/13907/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=footer). Last update [372222b...51d1837](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services