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

dart-lang / analyzer_cli
62%
master: 68%

Build:
Build:
LAST BUILD BRANCH: pq-patch-1
DEFAULT BRANCH: master
Repo Added 16 Apr 2015 06:15PM CUT
Files 6
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

LAST BUILD ON BRANCH sdk_ext_fixes
branch: sdk_ext_fixes
CHANGE BRANCH
x
Reset
  • sdk_ext_fixes
  • a_opts_tests
  • absolute_path_fix
  • appveyor
  • args-version
  • bump-analyzer-dep
  • cleanup
  • ddc
  • deprecate-null-aware-operators
  • docs
  • enable-new-task-model
  • error_tests
  • fix-no-package-case
  • hint_counts
  • initial_bits
  • io_tests
  • issue-23596
  • kevmoo_pkg_test
  • lint_flag
  • master
  • opts
  • pack_cli
  • pack_discovery
  • plugin_tweaks
  • port_tests
  • pq-patch-1
  • pr_dne
  • props
  • remove-bogus-lib-annotation
  • sdk_constraint_fix
  • sdk_detection
  • sdk_ext_fixes_tests
  • sethladd-patch-1
  • super-mixins
  • test_me
  • usage_msg_fixes
  • usage_tweaks
  • v_bump
  • version_bump

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

Relevant lines Covered
Build:
Build:
503 RELEVANT LINES 311 COVERED LINES
13.59 HITS PER LINE
Source Files on sdk_ext_fixes
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
153 sdk_ext_fixes 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... push 10 Aug 2015 11:58PM CUT stereotype441 travis-ci pending completion  
148 sdk_ext_fixes Ensure SdkExt resolvers are properly registered. push 08 Aug 2015 10:22PM CUT pq travis-ci pending completion  
See All Builds (167)
  • Repo on GitHub
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