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

feat: replace relative path in reporters output with absolute to support IDE clicks #966

Merged
merged 3 commits into from Aug 30, 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 Aug 14, 2022
@incendial incendial added this to the 4.18.0 milestone Aug 14, 2022
@incendial incendial self-assigned this Aug 14, 2022
@github-actions
Copy link

github-actions bot commented Aug 14, 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 Aug 14, 2022

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 466

  • Total lines of source code: 8348

  • Total classes: 324

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1814.0 hours

  • Found issues: 6 ⚠

@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 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
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #966 (48734cd) into master (8510e62) will increase coverage by 0.04%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #966      +/-   ##
==========================================
+ Coverage   87.75%   87.80%   +0.04%     
==========================================
  Files         312      309       -3     
  Lines        6518     6519       +1     
==========================================
+ Hits         5720     5724       +4     
+ Misses        798      795       -3     
Impacted Files Coverage Δ
...console/unnecessary_nullable_console_reporter.dart 4.00% <0.00%> (ø)
.../reporters_list/console/lint_console_reporter.dart 100.00% <100.00%> (ø)
...ers_list/console/lint_console_reporter_helper.dart 93.18% <100.00%> (ø)
...ers_list/console/unused_code_console_reporter.dart 100.00% <100.00%> (ø)
...rs_list/console/unused_files_console_reporter.dart 100.00% <100.00%> (ø)
...ers_list/console/unused_l10n_console_reporter.dart 100.00% <100.00%> (ø)
lib/src/utils/analyzer_utils.dart 92.59% <0.00%> (-1.53%) ⬇️
lib/src/analyzer_plugin/analyzer_plugin_utils.dart 70.68% <0.00%> (-1.25%) ⬇️
...ers/unused_l10n_analyzer/unused_l10n_analyzer.dart 89.88% <0.00%> (-0.12%) ⬇️
lib/src/analyzers/lint_analyzer/lint_analyzer.dart 93.91% <0.00%> (-0.05%) ⬇️
... and 32 more

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

@incendial incendial merged commit 20a42e5 into master Aug 30, 2022
@incendial incendial deleted the change-reporters-path-output branch August 30, 2022 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-core type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant