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

Fixes for node v12 #870

Merged
merged 6 commits into from
May 5, 2019
Merged

Fixes for node v12 #870

merged 6 commits into from
May 5, 2019

Conversation

nomiddlename
Copy link
Collaborator

Changes needed to get the tests passing in node v12. Most tests fixed by new sandboxed-module version, which handles the fact that the process global is a non-enumerable property of the global object in node v12. Other tests changed to be a bit more robust when util.format changes its output. Node 12 added to travis builds.

@nomiddlename nomiddlename added this to the 4.1.1 milestone May 5, 2019
@codecov
Copy link

codecov bot commented May 5, 2019

Codecov Report

Merging #870 into master will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #870     +/-   ##
=========================================
+ Coverage   97.86%   97.97%   +0.1%     
=========================================
  Files          25       25             
  Lines         937      937             
=========================================
+ Hits          917      918      +1     
+ Misses         20       19      -1
Impacted Files Coverage Δ
lib/appenders/fileSync.js 96.05% <0%> (+1.31%) ⬆️

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 aa6c85c...6c4523c. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 5, 2019

Codecov Report

Merging #870 into master will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #870     +/-   ##
=========================================
+ Coverage   97.86%   97.97%   +0.1%     
=========================================
  Files          25       25             
  Lines         937      937             
=========================================
+ Hits          917      918      +1     
+ Misses         20       19      -1
Impacted Files Coverage Δ
lib/appenders/fileSync.js 96.05% <0%> (+1.31%) ⬆️

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 aa6c85c...6c4523c. Read the comment docs.

@nomiddlename nomiddlename merged commit 8f00544 into master May 5, 2019
@nomiddlename nomiddlename deleted the fixes-for-node-v12 branch May 5, 2019 22:51
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.

None yet

1 participant