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

lib: handle temporary directory removal errors #829

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

richardlau
Copy link
Member

Previously any errors occurring when removing the temporary directory
during cleanup after a test were not caught and resulted in the end
event not being emitted. For citgm-all this prevented moving onto
the next module to test.

Refs: #802

Checklist
  • npm test passes
  • tests are included
  • contribution guidelines followed
    here

Previously any errors occurring when removing the temporary directory
during cleanup after a test were not caught and resulted in the `end`
event not being emitted. For `citgm-all` this prevented moving onto
the next module to test.
@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2020

Codecov Report

Merging #829 into main will decrease coverage by 0.02%.
The diff coverage is 95.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #829      +/-   ##
==========================================
- Coverage   96.08%   96.05%   -0.03%     
==========================================
  Files          30       31       +1     
  Lines         894      913      +19     
==========================================
+ Hits          859      877      +18     
- Misses         35       36       +1     
Impacted Files Coverage Δ
test/fixtures/omg-i-timeout/test.js 94.11% <94.11%> (ø)
lib/citgm.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 526c1f5...58a8729. Read the comment docs.

@richardlau
Copy link
Member Author

Compare the following citgm-smoker-nobuild runs with Node.js 14:

@richardlau richardlau merged commit b89cd42 into nodejs:main Sep 25, 2020
@richardlau richardlau deleted the timeout branch September 25, 2020 15:16
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.

3 participants