MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
338 stars 138 forks source link

Adopt using-enum #1554

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1554 (1ba46b9) into main (92501b0) will increase coverage by 0.63%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1554      +/-   ##
==========================================
+ Coverage   99.08%   99.72%   +0.63%     
==========================================
  Files         141      141              
  Lines       10300    11672    +1372     
==========================================
+ Hits        10206    11640    +1434     
+ Misses         94       32      -62     
Impacted Files Coverage Δ
simulator/func_sim/operation.h 100.00% <100.00%> (+12.72%) :arrow_up:
simulator/mips/mips_instr_decode.h 100.00% <100.00%> (ø)
simulator/modules/fetch/bpu/bpentry.h 100.00% <100.00%> (ø)
simulator/infra/argv.h 100.00% <0.00%> (ø)
simulator/infra/arena.h 100.00% <0.00%> (ø)
simulator/infra/log.cpp 100.00% <0.00%> (ø)
simulator/infra/types.h 100.00% <0.00%> (ø)
simulator/simulator.cpp 100.00% <0.00%> (ø)
simulator/kernel/kernel.h 100.00% <0.00%> (ø)
simulator/memory/memory.h 100.00% <0.00%> (ø)
... and 118 more

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 92501b0...1ba46b9. Read the comment docs.