Skip to content
Prev Previous commit
Next Next commit
update date
  • Loading branch information
peixinli committed Feb 24, 2024
commit b356b03f8070982f81d7fb03a2ae92755a22d47b
4 changes: 2 additions & 2 deletions packages/rfw/test_coverage/bin/test_coverage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import 'package:meta/meta.dart';
// Please update these targets when you update this package.
// Please ensure that test coverage continues to be 100%.
// Don't forget to update the lastUpdate date too!
const int targetLines = 3320;
const int targetLines = 3324;
const String targetPercent = '100';
const String lastUpdate = '2024-01-30';
const String lastUpdate = '2024-02-23';

@immutable
/* final */ class LcovLine {
Expand Down