hyperledger-solang / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.26k stars 210 forks source link

Fix rust clippies and evm balance length #1603

Closed seanyoung closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (90b3f70) 88.00% compared to head (2aaef11) 88.07%.

:exclamation: Current head 2aaef11 differs from pull request most recent head 8b95f03. Consider uploading reports for the commit 8b95f03 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1603 +/- ## ========================================== + Coverage 88.00% 88.07% +0.07% ========================================== Files 133 133 Lines 64961 64870 -91 ========================================== - Hits 57167 57135 -32 + Misses 7794 7735 -59 ```

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

seanyoung commented 10 months ago

This PR removes code so the coverage % drops.

seanyoung commented 10 months ago

This PR removes code so the coverage % drops.

I've deleted unused code and now codecov is happy