Skip to content

Commit dda2ba2

Browse files
added coverage ignore comment on header (#230)
1 parent af85895 commit dda2ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/lib/generators/generator_helper.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
String get header {
2-
return '''/// GENERATED CODE - DO NOT MODIFY BY HAND
2+
return '''// coverage:ignore-file
3+
/// GENERATED CODE - DO NOT MODIFY BY HAND
34
/// *****************************************************
45
/// FlutterGen
56
/// *****************************************************

0 commit comments

Comments
 (0)