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_runner: support typescript files in default glob #55081

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

RedYetiDev
Copy link
Member

@RedYetiDev RedYetiDev commented Sep 23, 2024

This is a draft. I haven't added tests for this change yet.

Ready for review

Fixes #55078
Fixes nodejs/help#3902

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. labels Sep 23, 2024
@RedYetiDev RedYetiDev added the strip-types Issues or PRs related to strip-types support label Sep 23, 2024
@RedYetiDev RedYetiDev changed the title test_runner: add typescript files to kPatterns test_runner: support typescript files in default glob Sep 23, 2024
@RedYetiDev RedYetiDev force-pushed the patch-647672 branch 2 times, most recently from 9264b9e to ea8bdb4 Compare September 23, 2024 21:32
@RedYetiDev RedYetiDev marked this pull request as ready for review September 23, 2024 21:32
@ThePlenkov
Copy link

May be worths also to update docs section. Currently is only mentioned there that js files will be processed

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.25%. Comparing base (c4681d5) to head (277c56e).
Report is 74 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #55081   +/-   ##
=======================================
  Coverage   88.24%   88.25%           
=======================================
  Files         652      651    -1     
  Lines      183880   183859   -21     
  Branches    35858    35857    -1     
=======================================
- Hits       162271   162261   -10     
+ Misses      14900    14891    -9     
+ Partials     6709     6707    -2     
Files with missing lines Coverage Δ
lib/internal/test_runner/utils.js 56.10% <100.00%> (+0.21%) ⬆️

... and 57 files with indirect coverage changes

Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code and docs changes LGTM, but see the previous comment on the test.

@RedYetiDev RedYetiDev added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Sep 28, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 28, 2024
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@marco-ippolito marco-ippolito added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 29, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 29, 2024
@nodejs-github-bot nodejs-github-bot merged commit 27dab9d into nodejs:main Sep 29, 2024
61 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 27dab9d

targos pushed a commit that referenced this pull request Oct 4, 2024
PR-URL: #55081
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Oct 4, 2024
PR-URL: #55081
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support test_runner Issues and PRs related to the test runner subsystem.
Projects
None yet
8 participants