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

fix: correctly handle excluded files for check-unused-code #697

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

incendial
Copy link
Member

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

[ ] Documentation update
[X] 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:

@github-actions
Copy link

Dart Code Metrics unused files report of dart_code_metrics. ✅

Summary

  • Scanned package folders: bin, example, lib
  • No unused files found! ✅

@github-actions
Copy link

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 393

  • Total lines of source code: 6971

  • Total classes: 261

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1142.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #697 (18bb006) into master (ced086d) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #697      +/-   ##
==========================================
+ Coverage   86.50%   86.57%   +0.07%     
==========================================
  Files         257      257              
  Lines        5490     5490              
==========================================
+ Hits         4749     4753       +4     
+ Misses        741      737       -4     
Impacted Files Coverage Δ
...ers/unused_code_analyzer/unused_code_analyzer.dart 98.75% <100.00%> (+5.00%) ⬆️

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 ced086d...18bb006. Read the comment docs.

@dkrutskikh dkrutskikh merged commit b0ddf09 into master Feb 16, 2022
@dkrutskikh dkrutskikh deleted the fix-unused-code-excludes branch February 16, 2022 03:30
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