chfast / intx

Extended precision integer C++ library
Apache License 2.0
129 stars 29 forks source link

test: Modernize code #259

Closed chfast closed 2 years ago

chfast commented 2 years ago

Enable clang-tidy modernize checks.

codecov-commenter commented 2 years ago

Codecov Report

Merging #259 (08462a5) into master (22fc61f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #259   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines         1895      1895           
=========================================
  Hits          1895      1895           
Flag Coverage Δ
32bit 100.00% <100.00%> (ø)
gcc 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/unittests/test_builtins.cpp 100.00% <ø> (ø)
test/unittests/test_int128.cpp 100.00% <ø> (ø)
test/unittests/test_intx_api.cpp 100.00% <ø> (ø)
test/unittests/test_intx.cpp 100.00% <100.00%> (ø)