mirror of https://github.com/AMT-Cheif/drift.git
Fix lcov formatting
This commit is contained in:
parent
5a0c0d9212
commit
059fc69893
|
@ -26,6 +26,7 @@ Future main() async {
|
||||||
basePath: '.',
|
basePath: '.',
|
||||||
).format(sqlCoverage);
|
).format(sqlCoverage);
|
||||||
|
|
||||||
final output = moorWithFixesPaths.join('\n') + lcov;
|
// ignore: prefer_interpolation_to_compose_strings
|
||||||
|
final output = moorWithFixesPaths.join('\n') + '\n' + lcov;
|
||||||
File('lcov.info').writeAsStringSync(output);
|
File('lcov.info').writeAsStringSync(output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue