celery / jumpstarter

MIT License
7 stars 3 forks source link

Move transitions to enum #35

Open ahopkins opened 3 years ago

ahopkins commented 3 years ago

Putting all of the transition strings into an enum should make it easier to manage going forward.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 (779b95a) into actor (fe70a97) will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            actor      #35      +/-   ##
==========================================
+ Coverage   94.54%   94.79%   +0.25%     
==========================================
  Files           5        5              
  Lines         458      480      +22     
  Branches       62       62              
==========================================
+ Hits          433      455      +22     
  Misses         18       18              
  Partials        7        7              
Flag Coverage Δ
unittests 94.37% <100.00%> (+0.27%) :arrow_up:

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

Impacted Files Coverage Δ
jumpstarter/states.py 97.93% <100.00%> (+0.26%) :arrow_up:

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 fe70a97...779b95a. Read the comment docs.

ghost commented 3 years ago

Congratulations :tada:. DeepCode analyzed your code in 3.362 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard | Configure the bot