Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Normalize URI encodings - #228

Merged
felixfbecker merged 3 commits into
masterfrom
normalize-uris
May 4, 2017
Merged

Normalize URI encodings#228
felixfbecker merged 3 commits into
masterfrom
normalize-uris

Conversation

@felixfbecker

Copy link
Copy Markdown
Contributor

This always ensures a URI like file:///node_modules/@angular is normalized to file:///node_modules/%40angular

@codecov

codecovBot commented May 4, 2017

Copy link
Copy Markdown

Codecov Report

Merging #228 into master will increase coverage by 0.26%.
The diff coverage is 88.23%.

Impacted file tree graph

@@ Coverage Diff @@## master #228 +/- ##
==========================================
+ Coverage 55.9% 56.17% +0.26% 
==========================================
Files 17 17 Lines 2041 2058 +17 Branches 326 330 +4 ==========================================
+ Hits 1141 1156 +15 - Misses 775 776 +1 - Partials 125 126 +1
Impacted FilesCoverage Δ
src/fs.ts82.75% <100%> (ø)⬆️
src/typescript-service.ts75.91% <81.81%> (ø)⬆️
src/util.ts74.1% <89.47%> (+1.96%)⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3a99b7...174d839. Read the comment docs.

@felixfbecker
felixfbecker merged commit 4f678e7 into masterMay 4, 2017
@felixfbecker
felixfbecker deleted the normalize-uris branch May 4, 2017 21:10
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@felixfbecker