-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add fix to properly handle versions with ~ and locked versions #242
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #242 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 81 86 +5
Branches 16 17 +1
=========================================
+ Hits 81 86 +5
Continue to review full report at Codecov.
|
I thought the plan was to create a "utils.js" file with only the exec function on it so we could skip it from the coverage. Let's do that instead of creating one file for every single function. |
No description provided.