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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 12 Jul 2023 04:20PM UTC
Jobs 1
Files 242
Run time 5s
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

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';

2 of 2 new or added lines in 1 file covered. (100.0%)

9111 of 9419 relevant lines covered (96.73%)

1.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5533990947.1 12 Jul 2023 04:20PM UTC 0
96.73
GitHub Action Run
Source Files on build 5533990947
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #5533990947
  • aed089e4 on github
  • Prev Build on main (#5526261398)
  • Next Build on main (#5545210158)
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