mtreinish / stestr

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

Add support for storing stestr configs in pyproject.toml #341

Closed 0xDEC0DE closed 1 year ago

0xDEC0DE commented 1 year ago

Closes #340

codecov-commenter commented 1 year ago

Codecov Report

Merging #341 (f4d624e) into main (01fb398) will increase coverage by 0.51%. The diff coverage is 97.61%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #341      +/-   ##
==========================================
+ Coverage   61.21%   61.72%   +0.51%     
==========================================
  Files          30       30              
  Lines        2617     2631      +14     
  Branches      470      429      -41     
==========================================
+ Hits         1602     1624      +22     
+ Misses        891      887       -4     
+ Partials      124      120       -4     
Flag Coverage Δ
unittests 61.72% <97.61%> (+0.51%) :arrow_up:

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

Impacted Files Coverage Δ
stestr/config_file.py 96.25% <97.43%> (+8.53%) :arrow_up:
stestr/commands/list.py 68.57% <100.00%> (+1.07%) :arrow_up:
stestr/commands/run.py 41.66% <100.00%> (-0.12%) :arrow_down:
stestr/repository/file.py 80.45% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

0xDEC0DE commented 1 year ago

Squash+merge is highly recommended for this.