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: Remove support for Node 18 #1247

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

BilalQamar95
Copy link
Contributor

@BilalQamar95 BilalQamar95 commented Sep 2, 2024

Note: As per openedx/public-engineering#280 this can merge this after Sumac is cut.

Description

Completed upgrade to Node 20 by removing the Node 18 CI check and using .nvmrc for version to use.

See the tracking issue for further information.

@BilalQamar95 BilalQamar95 self-assigned this Sep 2, 2024
@BilalQamar95 BilalQamar95 requested a review from a team as a code owner September 2, 2024 10:59
@BilalQamar95 BilalQamar95 mentioned this pull request Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.25%. Comparing base (ecfe27b) to head (b2ca0cd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1247   +/-   ##
=======================================
  Coverage   93.25%   93.25%           
=======================================
  Files        1052     1052           
  Lines       20458    20458           
  Branches     4382     4382           
=======================================
  Hits        19078    19078           
  Misses       1317     1317           
  Partials       63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bradenmacdonald
Copy link
Contributor

@BilalQamar95 Is this ready to merge, or are we waiting for something? And do you know why it's still showing "tests (18) Expected — Waiting for status to be reported" on the CI report here on GitHub?

@BilalQamar95
Copy link
Contributor Author

@BilalQamar95 Is this ready to merge, or are we waiting for something?

It was recently brought to my attention that there was openedx/public-engineering#280. After the Sumac cut, PRs removing Node 18 from the CI matrix can be merged.

And do you know why it's still showing "tests (18) Expected — Waiting for status to be reported" on the CI report here on GitHub?

It is due to test that runs on Node 18. tests (18) is a required check in the CI which needs to be removed.

@bradenmacdonald
Copy link
Contributor

@BilalQamar95 CC @brian-smith-tcril Just noting that this will need a slight update before merge, due to changes in how coverage tests are now run.

name: code-coverage-report-${{ matrix.node }}
# When we're only using Node 20, replace the line above with the following:
# name: code-coverage-report

name: code-coverage-report-20
# When we're only using Node 20, replace the line above with the following:
# name: code-coverage-report

@brian-smith-tcril brian-smith-tcril merged commit 28569aa into master Oct 31, 2024
8 checks passed
@brian-smith-tcril brian-smith-tcril deleted the bilalqamar95/node20-upgrade-3 branch October 31, 2024 19:32
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