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

dart-lang / linter / 5533990947 / 1
97%
master: 96%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 Jul 2023 04:20PM UTC
Files 242
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Jul 2023 04:18PM UTC coverage: 96.73% (+0.001%) from 96.729%
5533990947.1

push

github

web-flow
Fix directives_ordering for a leading dot in path (#4538)

It used to sort imports as follows:

    import './foo1.dart';
    import '../../foo2.dart';
    import '../foo3.dart';
    import 'foo4.dart';

This change corrects it to the following:

    import '../../foo1.dart';
    import '../foo2.dart';
    import './foo3.dart';
    import 'foo4.dart';

9111 of 9419 relevant lines covered (96.73%)

1.48 hits per line

Source Files on job 5533990947.1
  • Tree
  • List 0
  • Changed 242
  • Source Changed 1
  • Coverage Changed 242
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5533990947
  • aed089e4 on github
  • Prev Job for on main (#5526261398.1)
  • Next Job for on main (#5545210158.1)
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