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

Fix or suppress Clang-Tidy warnings #1540

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1540 (6370d9a) into main (f31d7df) will increase coverage by 0.25%. The diff coverage is 100.00%.

:exclamation: Current head 6370d9a differs from pull request most recent head f716fcb. Consider uploading reports for the commit f716fcb to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1540      +/-   ##
==========================================
+ Coverage   99.65%   99.91%   +0.25%     
==========================================
  Files         141      138       -3     
  Lines       11729    10420    -1309     
==========================================
- Hits        11689    10411    -1278     
+ Misses         40        9      -31     
Impacted Files Coverage Δ
simulator/func_sim/alu/alu.h 100.00% <ø> (ø)
simulator/mips/mips_driver.cpp 100.00% <ø> (ø)
simulator/risc_v/riscv_driver.cpp 100.00% <ø> (ø)
simulator/modules/fetch/fetch.cpp 97.29% <100.00%> (-0.38%) :arrow_down:
simulator/mips/mips_instr_decode.h 97.87% <0.00%> (-2.13%) :arrow_down:
simulator/memory/memory.cpp 98.11% <0.00%> (-1.89%) :arrow_down:
simulator/risc_v/riscv_decoder.h 99.11% <0.00%> (-0.89%) :arrow_down:
simulator/modules/decode/decode.cpp 98.61% <0.00%> (-0.22%) :arrow_down:
simulator/simulator.h 100.00% <0.00%> (ø)
... and 109 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 f31d7df...f716fcb. Read the comment docs.