algebra-club / TaguPy

MIT License
1 stars 0 forks source link

[Abstract Class] Add Basic Abstract Class #11

Closed takesei closed 3 years ago

takesei commented 3 years ago

What

Add following abstract class

codecov-commenter commented 3 years ago

Codecov Report

Merging #11 (c05c84d) into main (490338c) will decrease coverage by 9.08%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   96.22%   87.14%   -9.09%     
==========================================
  Files           8        9       +1     
  Lines          53       70      +17     
==========================================
+ Hits           51       61      +10     
- Misses          2        9       +7     
Impacted Files Coverage Δ
tagupy/core/generator/abs_generator.py 78.57% <72.72%> (-21.43%) :arrow_down:
tagupy/core/report/abs_report.py 81.81% <83.33%> (-1.52%) :arrow_down:
tagupy/simulator/abs_simulator.py 81.81% <83.33%> (-1.52%) :arrow_down:
tagupy/core/analyzer/abs_analyzer.py 83.33% <90.00%> (-16.67%) :arrow_down:
tagupy/core/analyzer/analysis_result.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 490338c...c05c84d. Read the comment docs.