We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run very_good test --coverage --min-coverage 100 results in the following.
very_good test --coverage --min-coverage 100
Finally, I get the coverage report using the following command:
dart test --coverage=coverage && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=routes && genhtml ./coverage/lcov.info -o coverage --dark-mode && open ./coverage/index.html
Thanks to @alestiago for helping me with this command.
1- Open a new terminal at the root of the project. 2- Run very_good test --coverage --min-coverage 100
It would be nice to have the ability to run a very_good test command to get coverage on a Dart Frog project.
very_good test
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Trying to run
very_good test --coverage --min-coverage 100
results in the following.Finally, I get the coverage report using the following command:
dart test --coverage=coverage && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=routes && genhtml ./coverage/lcov.info -o coverage --dark-mode && open ./coverage/index.html
Thanks to @alestiago for helping me with this command.
Steps To Reproduce
1- Open a new terminal at the root of the project.
2- Run
very_good test --coverage --min-coverage 100
Expected Behavior
It would be nice to have the ability to run a
very_good test
command to get coverage on a Dart Frog project.Additional Context
No response
The text was updated successfully, but these errors were encountered: