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

chore: don't test webpack 5 on node 8 #1089

Merged
merged 1 commit into from Jun 3, 2020
Merged

chore: don't test webpack 5 on node 8 #1089

merged 1 commit into from Jun 3, 2020

Conversation

BPScott
Copy link
Contributor

@BPScott BPScott commented Jun 3, 2020

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Webpack 5 does not support node 8 and its test case does not run in that environment. This causes CI to fail as css-loader tries to run the test suite in node 8.

This PR skips running the webpack 5 test suite in node 8 so that future PRs can be green, per #1086 (comment).

Breaking Changes

n/a

Additional Info

n/a

It's not a supported environment
@codecov
Copy link

codecov bot commented Jun 3, 2020

Codecov Report

Merging #1089 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1089   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files          10       10           
  Lines         479      479           
  Branches      161      161           
=======================================
  Hits          466      466           
  Misses         12       12           
  Partials        1        1           

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 3a1f1f2...8113f98. Read the comment docs.

@alexander-akait
Copy link
Member

Thanks!

@alexander-akait alexander-akait merged commit 505d2e6 into webpack-contrib:master Jun 3, 2020
@BPScott BPScott deleted the ci-update branch June 7, 2020 22:53
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

2 participants