| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
=====================================
Coverage 88% 88%
=====================================
Files 2 2
Lines 9 9
=====================================
Hits 8 8
Misses 1 1 |
Sorry, something went wrong.
|
@thomasrockhu it would be great to get this feature into a release. At work we have a large project with many sources files and the build logs get full easily with the gcov output. Thanks in advance! |
Sorry, something went wrong.
| if codecov.gcov_out: | ||
| write(" Executing gcov (%s)" % cmd) |
There was a problem hiding this comment.
I think we should write this regardless
| if codecov.gcov_out: | |
| write(" Executing gcov (%s)" % cmd) | |
| write(" Executing gcov (%s)" % cmd) |
Sorry, something went wrong.
Sorry, something went wrong.
|
@thomasrockhu I have made some of the requested changes. |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
|
With this PR our coverage build logs went from 426KB to 114KB. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is similar to the same option by the same name in the bash uploader. Any errors written out to stderr by gcov will still be output in the Popen call. This PR should also help with #168.