boldandbrad / elo-cli

📈 Calculate ELO ratings in your terminal.
MIT License
2 stars 0 forks source link

better argument validation and error handling #25

Closed boldandbrad closed 2 years ago

boldandbrad commented 2 years ago

Resolves #20

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (2ab5fa5) into develop (a885514) will decrease coverage by 1.49%. The diff coverage is 34.28%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #25      +/-   ##
===========================================
- Coverage    50.38%   48.88%   -1.50%     
===========================================
  Files           23       23              
  Lines          387      405      +18     
===========================================
+ Hits           195      198       +3     
- Misses         192      207      +15     
Impacted Files Coverage Δ
elo/service/player_service.py 34.78% <0.00%> (-5.22%) :arrow_down:
elo/command/series_grp/command/set.py 58.33% <16.66%> (-16.67%) :arrow_down:
elo/command/player_grp/command/stats.py 28.57% <25.00%> (-3.43%) :arrow_down:
elo/command/match_grp/command/add.py 41.66% <42.10%> (-4.77%) :arrow_down:
elo/__init__.py 100.00% <100.00%> (ø)
elo/command/player_grp/command/add.py 61.53% <100.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 a885514...2ab5fa5. Read the comment docs.