pypdf icon indicating copy to clipboard operation
pypdf copied to clipboard

DEV: Record coverage in subprocesses as well

Open stefan6419846 opened this issue 3 months ago • 5 comments

stefan6419846 avatar Mar 29 '24 17:03 stefan6419846

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.71%. Comparing base (e35df5a) to head (fd83294).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2556   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files          50       50           
  Lines        8237     8237           
  Branches     1646     1646           
=======================================
  Hits         7802     7802           
  Misses        267      267           
  Partials      168      168           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 29 '24 17:03 codecov[bot]

Somehow GitHub does not seem to pick up the configuration - running COVERAGE_PROCESS_START=pyproject.toml python -m pytest tests --cov=pypdf --cov-append -n auto -vv locally does indeed show a difference.

stefan6419846 avatar Mar 29 '24 17:03 stefan6419846