hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

07193 Add in equivalence tests for system accounts

Open bilyana-gospodinova opened this issue 2 years ago • 3 comments

Description: This PR adds the first part of the in-equivalence tests for the internal calls to system accounts. Part of the tests are commented because they are currently failing. Awaiting for the fixes in the consensus and the mirror nodes before uncommenting them.

Fixes #7193

bilyana-gospodinova avatar Feb 13 '24 08:02 bilyana-gospodinova

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (136fd96) 92.27% compared to head (8a400d1) 92.27%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7734   +/-   ##
=========================================
  Coverage     92.27%   92.27%           
  Complexity     6918     6918           
=========================================
  Files           864      864           
  Lines         28332    28332           
  Branches       3363     3363           
=========================================
  Hits          26142    26142           
  Misses         1426     1426           
  Partials        764      764           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 13 '24 08:02 codecov[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.69%. Comparing base (e4a28be) to head (b2618d6).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7734      +/-   ##
============================================
- Coverage     92.41%   89.69%   -2.72%     
+ Complexity     7038     4526    -2512     
============================================
  Files           871      622     -249     
  Lines         28700    20404    -8296     
  Branches       3433     2530     -903     
============================================
- Hits          26522    18302    -8220     
- Misses         1411     1495      +84     
+ Partials        767      607     -160     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 08 '24 15:03 codecov-commenter

Closing the PR as discussed. The tests are no longer needed.

bilyana-gospodinova avatar Aug 07 '24 15:08 bilyana-gospodinova