Closed saketh-are closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.44%. Comparing base (
9244789
) to head (20dab75
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In #11597 some new feature flags were introduced in the near-primitives package.
near-network depends on some of the gated features. Currently running
cargo test -p near-network
results in compile errors. This PR restores the ability to build and run the tests of the near-network package independently.