Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Conversation

vinicentus
Copy link
Contributor

Add note about suppressing analyzer warnings for generated files.

Closes #222

Add note about suppressing analyzer warnings for generated files.

Closes simolus3#222
@codecov-commenter
Copy link

Codecov Report

Merging #223 (48809b0) into master (a63b113) will decrease coverage by 2.51%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
- Coverage   71.41%   68.89%   -2.52%     
==========================================
  Files          53       53              
  Lines        2183     2183              
==========================================
- Hits         1559     1504      -55     
- Misses        624      679      +55     
Impacted Files Coverage Δ
lib/src/contracts/generated_contract.dart 0.00% <0.00%> (-42.86%) ⬇️
test/infura_integration_test.dart 53.33% <0.00%> (-40.01%) ⬇️
lib/src/generated/erc20.g.dart 0.00% <0.00%> (-15.52%) ⬇️
lib/src/core/client.dart 5.44% <0.00%> (-12.93%) ⬇️
lib/src/contracts/deployed_contract.dart 0.00% <0.00%> (-10.00%) ⬇️
lib/src/contracts/abi/abi.dart 88.88% <0.00%> (-5.56%) ⬇️
lib/src/credentials/address.dart 74.35% <0.00%> (-5.13%) ⬇️
lib/src/core/filters.dart 17.94% <0.00%> (-3.85%) ⬇️

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 a63b113...48809b0. Read the comment docs.

@simolus3
Copy link
Owner

I don't know how this could have possibly impacted coverage, it's probably something with a newer Dart version chosen for this CI run...

Thanks for adding the documentation 👍

@simolus3 simolus3 merged commit 4b809ec into simolus3:master Nov 26, 2021
mjkim pushed a commit to mjkim/web3dart that referenced this pull request Dec 10, 2021
Add note about suppressing analyzer warnings for generated files.

Closes simolus3#222

(cherry picked from commit 4b809ec)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore non_constant_identifier_names, camel_case_types in generated (.g.dart) files
3 participants