loganthomas / turkey-bowl

Thanksgiving fantasy football draft and scoring code
https://www.loganthomas.dev/turkey_bowl/
MIT License
0 stars 0 forks source link

Version 2020.2 #52

Closed loganthomas closed 3 years ago

loganthomas commented 3 years ago

Src Layout

Closes #38 Closes #47 Closes #48

Bump Version

bump2version can now be used to update versions automatically

# To update the year (major) release... results in 2021.0
$ bump2version --current-version 2020.01 major`
# To update the incremental_release (minor) release... results in 2020.2
$ bump2version --current-version 2020.01 minor`

Note: I should have not had a 0 prefix, will be updated in all new released versions (i.e. bump2version doesn't use 2020.02 but rather 2020.2. This is expected and should be followed from here on...).

Closes #34

codecov[bot] commented 3 years ago

Codecov Report

Merging #52 (f02210f) into master (26fbf2b) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          12       13    +1     
  Lines        1200     1215   +15     
=======================================
+ Hits         1199     1214   +15     
  Misses          1        1           
Impacted Files Coverage Δ
src/turkey_bowl/leader_board.py 100.00% <ø> (ø)
src/turkey_bowl/utils.py 100.00% <ø> (ø)
src/turkey_bowl/__init__.py 100.00% <100.00%> (ø)
src/turkey_bowl/aggregate.py 100.00% <100.00%> (ø)
src/turkey_bowl/draft.py 100.00% <100.00%> (ø)
src/turkey_bowl/scrape.py 100.00% <100.00%> (ø)
src/turkey_bowl/turkey_bowl_runner.py 97.43% <100.00%> (ø)
tests/test_aggregate.py 100.00% <100.00%> (ø)
tests/test_draft.py 100.00% <100.00%> (ø)
tests/test_leader_board.py 100.00% <100.00%> (ø)
... and 4 more