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

Modernize with LLVM 14 #1547

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1547 (f875943) into main (56801e3) will increase coverage by 0.93%. The diff coverage is 100.00%.

:exclamation: Current head f875943 differs from pull request most recent head 867f7a2. Consider uploading reports for the commit 867f7a2 to get more accurate results

@@            Coverage Diff             @@
##             main    #1547      +/-   ##
==========================================
+ Coverage   98.96%   99.90%   +0.93%     
==========================================
  Files         141      138       -3     
  Lines       10299    11051     +752     
==========================================
+ Hits        10192    11040     +848     
+ Misses        107       11      -96     
Impacted Files Coverage Δ
simulator/export/cache/runner.cpp 100.00% <100.00%> (ø)
simulator/infra/config/main_wrapper.h 100.00% <100.00%> (+16.66%) :arrow_up:
simulator/infra/ports/module.cpp 100.00% <100.00%> (ø)
simulator/kernel/mars/mars_kernel.cpp 100.00% <100.00%> (ø)
simulator/modules/decode/decode.cpp 96.82% <100.00%> (-1.71%) :arrow_down:
simulator/modules/fetch/fetch.cpp 97.14% <100.00%> (-0.11%) :arrow_down:
simulator/func_sim/instr_memory.h 96.00% <0.00%> (-0.16%) :arrow_down:
simulator/simulator.h 100.00% <0.00%> (ø)
... and 129 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 56801e3...867f7a2. Read the comment docs.