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

Disable Clang-Tidy check since C++20 allows signed bitwise operations #1532

Closed pavelkryukov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1532 (01c2238) into main (af31fd6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1532   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files         140      140           
  Lines       11730    11730           
=======================================
  Hits        11691    11691           
  Misses         39       39           
Impacted Files Coverage Δ
simulator/func_sim/alu_primitives.h 97.43% <ø> (ø)
simulator/mips/mips_instr_decode.h 100.00% <ø> (ø)
simulator/risc_v/riscv_decoder.h 100.00% <ø> (ø)
simulator/risc_v/riscv_instr.cpp 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 af31fd6...01c2238. Read the comment docs.