Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patterns to check for windows paths too #198

Merged
merged 1 commit into from
Oct 30, 2018

Conversation

KaneFreeman
Copy link
Member

Type: bug

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR

Description:
Correct path tests to try both forward slash / (mac/linux) and backwaard slash \ (windows) to ensure proper compatibility.

Resolves #197

Correct path tests to try both forward slash / (mac/linux) and backwaard slash \ (windows) to ensure proper compatibility.
@codecov
Copy link

codecov bot commented Oct 29, 2018

Codecov Report

Merging #198 into master will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   53.54%   53.54%           
=======================================
  Files          10       10           
  Lines         564      564           
  Branches      134      134           
=======================================
  Hits          302      302           
  Misses        262      262
Impacted Files Coverage Δ
src/base.config.ts 24.34% <50%> (ø) ⬆️

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 f840d39...5e3b0a5. Read the comment docs.

@KaneFreeman KaneFreeman merged commit 8dfa525 into dojo:master Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants