Skip to content

Fixes for node v12#870

Merged
nomiddlename merged 6 commits intomasterfrom
fixes-for-node-v12
May 5, 2019
Merged

Fixes for node v12#870
nomiddlename merged 6 commits intomasterfrom
fixes-for-node-v12

Conversation

@nomiddlename
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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.

1 participant