test-coverage
test-coverage copied to clipboard
Runs tests in Dart VM and collects coverage data.
Could not find a file named "pubspec.yaml" in ".../.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.12.10".
It would be nice if user can change path for generated file/directory, such as `coverage_badge.svg` and `coverage` directory.
... would be nice. I have my own code that generates this file and with such an option this could be used instead.
This is a pretty helpful package, however I am facing an issue where it fails intermittently. Here is an example: https://github.com/mobxjs/mobx.dart/runs/560804368?check_suite_focus=true Any hints ?
I can run sqflite tests using flutter run "test file path" but I need to include test in coverage report. How should I do that. any code samples appreciated
Would be nice if the `test-coverage` package consider the config-file of `test`-Package (https://pub.dev/packages/test). Its named `dart_test.yaml` and is typacally in the root folder. There the user can be define a...