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

refactor: migrate build script to typescript #3423

Open
wants to merge 195 commits into
base: master
Choose a base branch
from

refactor(jest): remove 'node' from moduleFileExtensions in jest.confi…

19325be
Select commit
Loading
Failed to load commit list.
Open

refactor: migrate build script to typescript #3423

refactor(jest): remove 'node' from moduleFileExtensions in jest.confi…
19325be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 12, 2025 in 0s

90.77% (-9.23%) compared to 67b292a

View this Pull Request on Codecov

90.77% (-9.23%) compared to 67b292a

Details

Codecov Report

Attention: Patch coverage is 90.51447% with 59 lines in your changes missing coverage. Please review.

Project coverage is 90.77%. Comparing base (67b292a) to head (19325be).

Files with missing lines Patch % Lines
scripts/tools/extract-tools-github.ts 55.55% 11 Missing and 1 partial ⚠️
scripts/markdown/check-markdown.ts 89.06% 1 Missing and 6 partials ⚠️
scripts/tools/tools-object.ts 84.09% 4 Missing and 3 partials ⚠️
scripts/build-docs.ts 92.94% 1 Missing and 5 partials ⚠️
scripts/build-meetings.ts 76.92% 3 Missing and 3 partials ⚠️
scripts/build-newsroom-videos.ts 72.72% 3 Missing and 3 partials ⚠️
scripts/build-post-list.ts 96.03% 0 Missing and 4 partials ⚠️
scripts/tools/combine-tools.ts 93.54% 0 Missing and 4 partials ⚠️
scripts/dashboard/build-dashboard.ts 95.38% 0 Missing and 3 partials ⚠️
scripts/build-rss.ts 96.77% 0 Missing and 2 partials ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##            master    #3423      +/-   ##
===========================================
- Coverage   100.00%   90.77%   -9.23%     
===========================================
  Files           19       20       +1     
  Lines          668      661       -7     
  Branches         0      134     +134     
===========================================
- Hits           668      600      -68     
- Misses           0       24      +24     
- Partials         0       37      +37     

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