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

Test: Ensure to fully cleanup serverless installation when testing plugins #10250

Merged
merged 1 commit into from Nov 17, 2021

Conversation

medikoo
Copy link
Contributor

@medikoo medikoo commented Nov 16, 2021

Otherwise it leaves a broken symlinks of which copying crashes fse.copy jprichardson/node-fs-extra#765 (observable in v9 of fs-extra we're still relying on).

This issue was responsible for tests not passing in v3 branch once switching to Node.js v16

Otherwise it leaves a broken symlink of which copying crashes `fse.copy`
@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #10250 (4957bf6) into master (eca599d) will not change coverage.
The diff coverage is n/a.

❗ Current head 4957bf6 differs from pull request most recent head 5c79092. Consider uploading reports for the commit 5c79092 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master   #10250   +/-   ##
=======================================
  Coverage   85.38%   85.38%           
=======================================
  Files         339      339           
  Lines       13838    13838           
=======================================
  Hits        11816    11816           
  Misses       2022     2022           

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 eca599d...5c79092. Read the comment docs.

Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@medikoo medikoo merged commit b8d3865 into master Nov 17, 2021
@medikoo medikoo deleted the 1116-improve-test-fixture branch November 17, 2021 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants