dreport 0.0.6 copy "dreport: ^0.0.6" to clipboard
dreport: ^0.0.6 copied to clipboard

Parse and convert Dart analysis, test reports to other formats.

dreport #

dreport is a command-line tool for converting dart & flutter test and analysis results to reports supported by other tools.

Features #

  • Convert dart analyzer results to GitLab Code Quality format

Example #

dart pub global activate dreport

# Convert to GitLab Code Quality format
dart analyze . | dreport analyze convert --format gitlab --output report.json

# Or use input
dart analyze . > report.txt
dreport analyze convert --format gitlab --output report.json --input report.txt
1
likes
140
points
693
downloads

Publisher

verified publisherlazebny.io

Weekly Downloads

Parse and convert Dart analysis, test reports to other formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, cli_util, crypto

More

Packages that depend on dreport