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

Enhance Clang-Tidy outputs #1533

Closed pavelkryukov closed 2 years ago

pavelkryukov commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #1533 (750f9ad) into main (bc60173) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1533   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files         140      140           
  Lines       11730    11735    +5     
=======================================
+ Hits        11691    11696    +5     
  Misses         39       39           
Impacted Files Coverage Δ
simulator/func_sim/func_sim.h 100.00% <ø> (ø)
simulator/func_sim/register.h 66.66% <ø> (ø)
simulator/infra/config/t/unit_test.cpp 100.00% <ø> (ø)
simulator/infra/ports/module.cpp 100.00% <ø> (ø)
simulator/infra/ports/timing.h 100.00% <ø> (ø)
simulator/kernel/kernel.cpp 100.00% <ø> (ø)
simulator/memory/argv_loader/argv_loader.h 100.00% <ø> (ø)
simulator/memory/hierarchied_memory.cpp 100.00% <ø> (ø)
simulator/export/cache/runner.h 60.00% <100.00%> (ø)
simulator/func_sim/multiplication.h 100.00% <100.00%> (ø)
... and 7 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 bc60173...750f9ad. Read the comment docs.