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

Normalize URI encodings #228

Merged
merged 3 commits into from
May 4, 2017
Merged

Normalize URI encodings #228

merged 3 commits into from
May 4, 2017

Conversation

felixfbecker
Copy link
Contributor

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

@codecov
Copy link

codecov bot commented May 4, 2017

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 Files Coverage Δ
src/fs.ts 82.75% <100%> (ø) ⬆️
src/typescript-service.ts 75.91% <81.81%> (ø) ⬆️
src/util.ts 74.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 master May 4, 2017
@felixfbecker felixfbecker deleted the normalize-uris branch May 4, 2017 21:10
Sign up for free to 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