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

feat: path mapping #3

Merged
merged 3 commits into from Aug 14, 2022
Merged

feat: path mapping #3

merged 3 commits into from Aug 14, 2022

Conversation

H4ad
Copy link
Owner

@H4ad H4ad commented Aug 12, 2022

Description of change

This PR closes #1, and also include a fix for bin/run file permissions which had a bug to not execute when install -g flag.

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Added documentation inside www/docs/main folder.
  • Included new files inside index.doc.ts.
  • The new commits follow conventions outlined in the conventional commit spec

@H4ad H4ad added the enhancement New feature or request label Aug 12, 2022
@H4ad H4ad self-assigned this Aug 12, 2022
@codecov
Copy link

codecov bot commented Aug 13, 2022

Codecov Report

Merging #3 (f0dc23d) into master (8515ee0) will increase coverage by 100.00%.
The diff coverage is 100.00%.

@@              Coverage Diff              @@
##           master        #3        +/-   ##
=============================================
+ Coverage        0   100.00%   +100.00%     
=============================================
  Files           0         5         +5     
  Lines           0       244       +244     
  Branches        0        54        +54     
=============================================
+ Hits            0       244       +244     
Impacted Files Coverage Δ
src/commands/run/index.ts 100.00% <100.00%> (ø)
src/common/zip.ts 100.00% <100.00%> (ø)
src/common/custom-command.ts 100.00% <0.00%> (ø)
src/common/extensions.ts 100.00% <0.00%> (ø)
src/common/custom-error.ts 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@H4ad H4ad merged commit eae3ff0 into master Aug 14, 2022
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@H4ad H4ad deleted the feature/path-mapping branch August 14, 2022 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Support for path mapping
1 participant