NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
387 stars 167 forks source link

Skip declare cairo 0 test #1892

Closed wojciechos closed 3 months ago

wojciechos commented 3 months ago

This PR skips the can_declare_cairo0_contract_with_jsonrpc test because Starknet has disabled Cairo 0 contract declarations (Declare of cairo 0 is blocked), causing test suite to fail. Updated the GitHub Actions workflow to skip this failing test.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 75.40%. Comparing base (14b8e53) to head (a13d78c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1892 +/- ## ========================================== + Coverage 75.37% 75.40% +0.02% ========================================== Files 97 97 Lines 8342 8342 ========================================== + Hits 6288 6290 +2 + Misses 1522 1521 -1 + Partials 532 531 -1 ```

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