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

feat: improve checkstyle report, added metrics entries #896

Merged
merged 1 commit into from Jun 20, 2022

Conversation

dkrutskikh
Copy link
Member

@dkrutskikh dkrutskikh commented Jun 20, 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
[ ] Other, please explain:

Potentially close #842

What changes did you make? (Give an overview)

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

@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: 430

  • Total lines of source code: 7557

  • Total classes: 296

  • Average Cyclomatic Number per line of code: 0.35

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1326.0 hours

  • Found issues: 6 ⚠

@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #896 (1dbbf43) into master (75e0fb7) will increase coverage by 0.05%.
The diff coverage is 97.43%.

@@            Coverage Diff             @@
##           master     #896      +/-   ##
==========================================
+ Coverage   87.37%   87.43%   +0.05%     
==========================================
  Files         283      283              
  Lines        5997     6024      +27     
==========================================
+ Hits         5240     5267      +27     
  Misses        757      757              
Impacted Files Coverage Δ
...ters_list/checkstyle/lint_checkstyle_reporter.dart 98.07% <97.43%> (+2.07%) ⬆️

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 75e0fb7...1dbbf43. Read the comment docs.

@dkrutskikh dkrutskikh merged commit f3442f8 into master Jun 20, 2022
@dkrutskikh dkrutskikh deleted the improve-checkstyle-report branch June 20, 2022 16:20
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.

[Question] Different output for same code in pipeline?
2 participants