Fix lcov formatting

This commit is contained in:
Simon Binder 2019-09-29 14:39:20 +02:00
parent 5a0c0d9212
commit 059fc69893
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ Future main() async {
basePath: '.',
).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);
}