mtreinish / stestr

A parallel Python test runner built around subunit
Apache License 2.0
27 stars 33 forks source link

Remove CallWhenProcFinishes class in utils.py #328

Closed masayukig closed 2 years ago

masayukig commented 2 years ago

This commit removes CallWhenProcFinishes class in utils.py, its usage was removed in the commit[1].

[1] 182c6acda970088ea36d0252ce2fd08844b3b02d

codecov-commenter commented 2 years ago

Codecov Report

Merging #328 (4be8393) into main (f819157) will increase coverage by 0.11%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #328      +/-   ##
==========================================
+ Coverage   60.88%   60.99%   +0.11%     
==========================================
  Files          30       30              
  Lines        2646     2623      -23     
  Branches      472      470       -2     
==========================================
- Hits         1611     1600      -11     
+ Misses        908      896      -12     
  Partials      127      127              
Flag Coverage Δ
unittests 60.99% <ø> (+0.11%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
stestr/utils.py 75.00% <ø> (+9.92%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more