AluVM / aluasm

AluVM assembler
GNU Affero General Public License v3.0
6 stars 5 forks source link

add tests on BitwiseOp::Shl #13

Closed 6293 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #13 (51fcc8a) into master (9a6e145) will increase coverage by 0.6%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           master     #13     +/-   ##
========================================
+ Coverage    15.6%   16.2%   +0.6%     
========================================
  Files          10      10             
  Lines        2271    2271             
========================================
+ Hits          354     368     +14     
+ Misses       1917    1903     -14     

see 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dr-orlovsky commented 1 year ago

Why do the tests are failing?

6293 commented 1 year ago

dependent on https://github.com/AluVM/rust-aluvm/pull/91

dr-orlovsky commented 1 year ago

With https://github.com/AluVM/rust-aluvm/pull/91 merged we can rebase now and then I will merge this

6293 commented 1 year ago

rebased