• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

icapps / flutter-template / 6543494175

17 Oct 2023 06:41AM UTC coverage: 61.294% (-0.04%) from 61.333%
6543494175

push

github

web-flow
Merge pull request #327 from icapps/#322-fix-nullability-in-errors

#322 fix nullability in errors

13 of 13 new or added lines in 7 files covered. (100.0%)

1080 of 1762 relevant lines covered (61.29%)

2.49 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/lib/model/exceptions/general_network_error.dart
1
import 'package:flutter_template/util/locale/localization_keys.dart';
2
import 'package:icapps_architecture/icapps_architecture.dart';
3

4
class GeneralNetworkError extends NetworkError {
5
  GeneralNetworkError(super.dioException);
2✔
6

7
  @override
1✔
8
  String getLocalizedKey() => LocalizationKeys.errorGeneral;
9

10
  @override
×
11
  String? get getErrorCode => null;
12
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc