Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

test: add more test cases for avoid-ignoring-return-values rule #628

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

dkrutskikh
Copy link
Member

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[ ] Bug fix
[ ] New rule
[ ] Changes an existing rule
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

Is there anything you'd like reviewers to focus on?

@github-actions
Copy link

github-actions bot commented Jan 5, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 353

  • Total lines of source code: 6256

  • Total classes: 237

  • Average Cyclomatic Number per line of code: 0.35 / 1

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1034.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #628 (f1e72ae) into master (9b79547) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #628   +/-   ##
=======================================
  Coverage   86.03%   86.03%           
=======================================
  Files         232      232           
  Lines        4955     4955           
=======================================
  Hits         4263     4263           
  Misses        692      692           

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 9b79547...f1e72ae. Read the comment docs.

@incendial incendial added this to the 4.9.0 milestone Jan 5, 2022
@dkrutskikh dkrutskikh merged commit c4e83d1 into master Jan 5, 2022
@dkrutskikh dkrutskikh deleted the avoid-ignoring-return-values-test-cases branch January 5, 2022 17:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants