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: issue with path separator conversion in xml file and path portability #153

Merged
merged 6 commits into from
Jun 24, 2021

Conversation

scolladon
Copy link
Owner

@scolladon scolladon commented Jun 18, 2021

What does this pull request contains


  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Explain your changes


Remove the path treatment for git diff file reader
Add path sanity treatment of config object

Does this close any currently open issues?


closes #152

  • Jest test to check the fix is applied are added.

Any particular element to being able to test locally


Smoke test + Unit test

Any other comments?


Where has this been tested?


It has been tested on both mac and windows

Operating System: Darwin Kernel Version 18.7.0: Mon May 3 20:41:19 PDT 2021; root:xnu-4903.278.68~1/RELEASE_X86_64 and Windows 10

yarn version: 1.22.10

node version: v14.16.0

git version: 2.32.0

sfdx version: sfdx-cli/7.105.0 darwin-x64 node-v14.16.0

sgd plugin version: 4.6.0

@codecov
Copy link

codecov bot commented Jun 18, 2021

Codecov Report

Merging #153 (66697a1) into master (be1470b) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
+ Coverage   99.25%   99.27%   +0.01%     
==========================================
  Files          18       18              
  Lines         403      414      +11     
==========================================
+ Hits          400      411      +11     
  Misses          3        3              
Impacted Files Coverage Δ
src/main.js 100.00% <100.00%> (ø)
src/utils/childProcessUtils.js 100.00% <100.00%> (ø)
src/utils/fileGitDiff.js 100.00% <100.00%> (ø)

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 be1470b...66697a1. Read the comment docs.

@codeclimate
Copy link

codeclimate bot commented Jun 23, 2021

Code Climate has analyzed commit 66697a1 and detected 0 issues on this pull request.

View more on Code Climate.

@scolladon scolladon merged commit 549addf into master Jun 24, 2021
@scolladon scolladon deleted the fix/path-portability branch June 24, 2021 10:24
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.

[Workflow retrieved from Diff is EMPTY]
2 participants