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

feat: support report to the json file option for the analyze command #1042

Merged
merged 2 commits into from
Oct 16, 2022

Conversation

incendial
Copy link
Member

@incendial incendial commented Oct 16, 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:

#444

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

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

Dart Code Metrics analyze report of dart_code_metrics. ✅

Summary

  • Scanned folders: bin, example, lib, test

  • Total scanned files: 519

  • Total lines of source code: 9046

  • Total classes: 396

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

  • Average Source Lines of Code per method: 6

  • Total tech debt: 1734.0 hours

  • Found issues: 5 ⚠

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #1042 (1e19644) into master (73e6f34) will decrease coverage by 0.17%.
The diff coverage is 4.54%.

❗ Current head 1e19644 differs from pull request most recent head 9e0ca71. Consider uploading reports for the commit 9e0ca71 to get more accurate results

@@            Coverage Diff             @@
##           master    #1042      +/-   ##
==========================================
- Coverage   86.84%   86.67%   -0.18%     
==========================================
  Files         327      327              
  Lines        7024     7039      +15     
==========================================
+ Hits         6100     6101       +1     
- Misses        924      938      +14     
Impacted Files Coverage Δ
...orters/reporters_list/json/lint_json_reporter.dart 93.42% <0.00%> (-6.58%) ⬇️
lib/src/cli/models/parsed_arguments.dart 11.11% <0.00%> (-88.89%) ⬇️
lib/src/cli/commands/analyze_command.dart 43.75% <11.11%> (+0.16%) ⬆️

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

@incendial incendial merged commit 64f8d3f into master Oct 16, 2022
@incendial incendial deleted the add-report-to-json-file branch October 16, 2022 13:23
@sonarqubecloud
Copy link

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

# 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