codecov / codecov-python

Python report uploader for Codecov
https://codecov.io
Apache License 2.0
185 stars 139 forks source link

Added option to disable printing of gcov-out #305

Closed nmoinvaz closed 3 years ago

nmoinvaz commented 3 years ago

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #305 (b40cb0a) into master (5862842) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #305   +/-   ##
=====================================
  Coverage      88%    88%           
=====================================
  Files           2      2           
  Lines           9      9           
=====================================
  Hits            8      8           
  Misses          1      1           
nmoinvaz commented 3 years ago

@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!

nmoinvaz commented 3 years ago

@thomasrockhu I have made some of the requested changes.

nmoinvaz commented 3 years ago

Thanks!

nmoinvaz commented 3 years ago

With this PR our coverage build logs went from 426KB to 114KB.