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

feat: add experimental monorepo support for check-unused-code #659

Merged
merged 9 commits into from
Jan 31, 2022

Conversation

incendial
Copy link
Member

@incendial incendial commented Jan 21, 2022

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
[X] Other, please explain: monorepos support for check-unused-code command

@incendial incendial self-assigned this Jan 21, 2022
@incendial incendial requested a review from dkrutskikh January 25, 2022 16:48
@incendial incendial added this to the 4.10.0 milestone Jan 25, 2022
@incendial incendial added the type: enhancement New feature or request label Jan 25, 2022
@github-actions
Copy link

github-actions bot commented Jan 25, 2022

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

github-actions bot commented Jan 25, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 381

  • Total lines of source code: 6851

  • Total classes: 255

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1094.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Merging #659 (8b43259) into master (0fdc6f9) will decrease coverage by 0.02%.
The diff coverage is 71.42%.

❗ Current head 8b43259 differs from pull request most recent head 5f91586. Consider uploading reports for the commit 5f91586 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #659      +/-   ##
==========================================
- Coverage   86.22%   86.19%   -0.03%     
==========================================
  Files         251      251              
  Lines        5379     5390      +11     
==========================================
+ Hits         4638     4646       +8     
- Misses        741      744       +3     
Impacted Files Coverage Δ
lib/src/config_builder/config_builder.dart 82.60% <0.00%> (ø)
...yzers/unused_code_analyzer/unused_code_config.dart 81.81% <50.00%> (+1.81%) ⬆️
...ib/src/cli/commands/check_unused_code_command.dart 55.81% <62.50%> (+3.03%) ⬆️
...ers/unused_code_analyzer/unused_code_analyzer.dart 93.10% <85.71%> (-0.95%) ⬇️
lib/src/cli/cli_runner.dart 62.50% <100.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 0fdc6f9...5f91586. Read the comment docs.

@dkrutskikh dkrutskikh merged commit 8b714dc into master Jan 31, 2022
@dkrutskikh dkrutskikh deleted the check-unused-code-monorepos branch January 31, 2022 18:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants