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

feat: add logger and progress indication #1014

Merged
merged 11 commits into from
Oct 6, 2022
Merged

feat: add logger and progress indication #1014

merged 11 commits into from
Oct 6, 2022

Conversation

incendial
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:

@incendial incendial added type: enhancement New feature or request area-core labels Oct 1, 2022
@incendial incendial requested a review from dkrutskikh October 1, 2022 13:46
@incendial incendial self-assigned this Oct 1, 2022
@incendial incendial added this to the 5.0.0 milestone Oct 2, 2022
@github-actions
Copy link

github-actions bot commented Oct 2, 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 Oct 2, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 511

  • Total lines of source code: 8964

  • Total classes: 388

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 2186.0 hours

  • Found issues: 5 ⚠

@codecov
Copy link

codecov bot commented Oct 2, 2022

Codecov Report

Merging #1014 (d598f10) into master (c199758) will decrease coverage by 1.58%.
The diff coverage is 41.70%.

@@            Coverage Diff             @@
##           master    #1014      +/-   ##
==========================================
- Coverage   87.74%   86.16%   -1.59%     
==========================================
  Files         322      324       +2     
  Lines        6806     6982     +176     
==========================================
+ Hits         5972     6016      +44     
- Misses        834      966     +132     
Impacted Files Coverage Δ
lib/src/reporters/models/console_reporter.dart 100.00% <ø> (ø)
lib/src/logger/progress.dart 2.17% <2.17%> (ø)
lib/src/logger/logger.dart 11.11% <11.11%> (ø)
lib/src/cli/commands/analyze_command.dart 43.58% <14.28%> (-2.99%) ⬇️
...i/commands/check_unnecessary_nullable_command.dart 52.08% <25.00%> (-5.06%) ⬇️
...ib/src/cli/commands/check_unused_code_command.dart 52.08% <25.00%> (-5.06%) ⬇️
...b/src/cli/commands/check_unused_files_command.dart 53.57% <25.00%> (-5.62%) ⬇️
...ib/src/cli/commands/check_unused_l10n_command.dart 52.08% <25.00%> (-5.06%) ⬇️
lib/src/cli/cli_runner.dart 61.90% <52.38%> (-9.53%) ⬇️
lib/src/cli/commands/base_command.dart 71.87% <75.00%> (-0.06%) ⬇️
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@incendial incendial merged commit e209a2d into master Oct 6, 2022
@incendial incendial deleted the add-logger branch October 6, 2022 18:20
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-core type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant