celery / jumpstarter

MIT License
7 stars 3 forks source link

Run unit tests only if there has been a meaningful change #34

Closed thedrow closed 3 years ago

thedrow commented 3 years ago

Run the unit tests if any Python file has changed, the dependencies have changed or if the CI pipeline itself has changed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (b96b812) into actor (ca975e0) will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            actor      #34      +/-   ##
==========================================
+ Coverage   94.48%   94.54%   +0.06%     
==========================================
  Files           4        5       +1     
  Lines         453      458       +5     
  Branches       62       62              
==========================================
+ Hits          428      433       +5     
  Misses         18       18              
  Partials        7        7              
Flag Coverage Δ
unittests 94.10% <ø> (+0.06%) :arrow_up:

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

Impacted Files Coverage Δ
jumpstarter/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca975e0...b96b812. Read the comment docs.