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

dart-lang / analyzer_cli / 153
62%
master: 68%

Build:
Build:
LAST BUILD BRANCH: pq-patch-1
DEFAULT BRANCH: master
Ran 10 Aug 2015 11:58PM UTC
Jobs 1
Files 5
Run time 0s
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

pending completion
153

push

travis-ci

stereotype441
Fix .packages file discovery on Windows.

The _discoverPackagespec() method was trying to convert its "root"
argument to a directory URI (one ending in a "/") by calling "new
Uri.directory(root.path)".  This was causing confusion on Windows,
since root.path is in posix-style but the Uri.directory constructor
expects a native OS path.

Fortunately, the caller always passes a directory URI anyhow, so no
conversion is necessary.  We can just use the URI as is.

311 of 503 relevant lines covered (61.83%)

13.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 153.1 10 Aug 2015 11:58PM UTC 0
61.83
Travis Job 153.1
Source Files on build 153
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #153
  • 68547360 on github
  • Prev Build on sdk_ext_fixes (#148)
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

© 2025 Coveralls, Inc