Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Now apply the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Jul 30, 2024
1 parent e54a673 commit bd3638b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/collect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ Future<List<Map<String, dynamic>>> _processSourceReport(
// Sometimes a range's script can be different to the function's script
// (eg mixins), so we have to re-check the scope filter.
// See https://github.com/dart-lang/coverage/issues/495
// continue;
continue;
}
final scriptUri = Uri.parse(scriptUriString!);

Expand Down

0 comments on commit bd3638b

Please sign in to comment.