algebra-club / TaguPy

MIT License
1 stars 0 forks source link

Add Proto CLI Manager #22

Open takesei opened 3 years ago

takesei commented 3 years ago

What

Add CLI

Why

TODO

codecov-commenter commented 3 years ago

Codecov Report

Merging #22 (45b9355) into main (b57a4cf) will decrease coverage by 9.80%. The diff coverage is 80.51%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main      #22      +/-   ##
===========================================
- Coverage   100.00%   90.19%   -9.81%     
===========================================
  Files           13       16       +3     
  Lines           81      153      +72     
===========================================
+ Hits            81      138      +57     
- Misses           0       15      +15     
Impacted Files Coverage Δ
tagupy/command/_generate.py 42.85% <42.85%> (ø)
tagupy/utils/_validators.py 92.85% <66.66%> (-7.15%) :arrow_down:
tagupy/cli.py 95.00% <93.75%> (-5.00%) :arrow_down:
tagupy/manager/generator.py 96.77% <96.77%> (ø)
tagupy/command/__init__.py 100.00% <100.00%> (ø)
tagupy/manager/__init__.py 100.00% <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 b57a4cf...45b9355. Read the comment docs.