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
Sorry for late reply here. Not sure I understand the problem here. Do you mean you'd like to include coverage of source code of a package (dependency) within your main project?
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