simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
441 stars 270 forks source link

Issue #210 Add timestamp to BlockInformation #241

Closed alexeyinkin closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #241 (6aa40d6) into master (5c646cd) will decrease coverage by 1.81%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
- Coverage   72.57%   70.76%   -1.82%     
==========================================
  Files          56       56              
  Lines        2283     2285       +2     
==========================================
- Hits         1657     1617      -40     
- Misses        626      668      +42     
Impacted Files Coverage Δ
lib/src/core/block_information.dart 0.00% <0.00%> (ø)
lib/src/contracts/generated_contract.dart 0.00% <0.00%> (-42.86%) :arrow_down:
test/infura_integration_test.dart 53.33% <0.00%> (-40.01%) :arrow_down:
lib/src/generated/erc20.g.dart 0.00% <0.00%> (-15.52%) :arrow_down:
lib/src/contracts/deployed_contract.dart 0.00% <0.00%> (-10.00%) :arrow_down:
lib/src/core/client.dart 14.96% <0.00%> (-8.17%) :arrow_down:
lib/src/contracts/abi/abi.dart 88.88% <0.00%> (-5.56%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c646cd...6aa40d6. Read the comment docs.

simolus3 commented 2 years ago

I'll fix the analysis warnings, thanks for the contribution!