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: use npm if yarn is not installed #833

Merged
merged 2 commits into from
Mar 19, 2022

Conversation

mihaiblaga89
Copy link
Contributor

Description

@codecov-commenter
Copy link

Codecov Report

Merging #833 (b44aa59) into canary (ee1234b) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           canary     #833   +/-   ##
=======================================
  Coverage   26.18%   26.18%           
=======================================
  Files          29       29           
  Lines        3349     3349           
  Branches      815      816    +1     
=======================================
  Hits          877      877           
+ Misses       1779     1778    -1     
- Partials      693      694    +1     
Flag Coverage Δ
rnvunittests 26.18% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/rnv/src/core/projectManager/index.js 6.00% <0.00%> (ø)
packages/rnv/src/core/systemManager/exec.js 47.39% <ø> (ø)
packages/rnv/src/core/systemManager/npmUtils.js 6.00% <0.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 ee1234b...b44aa59. Read the comment docs.

@pavjacko pavjacko merged commit 7c6756b into canary Mar 19, 2022
@pavjacko pavjacko deleted the fix/dont_use_yarn_if_not_installed branch March 19, 2022 21:57
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.

yarn.lock added to new project even if you do not have yarn installed
3 participants