Skip to content

Conversation

@araujogui
Copy link
Member

Description

Remove .d.ts files from coverage

Validation

npm run test:coverage

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run node --run test and all tests passed.
  • I have check code formatting with node --run format & node --run lint.
  • I've covered new added functionality with unit tests if necessary.

Copilot AI review requested due to automatic review settings July 23, 2025 23:04
@araujogui araujogui requested a review from a team as a code owner July 23, 2025 23:04
@vercel
Copy link

vercel bot commented Jul 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
api-docs-tooling ✅ Ready (Inspect) Visit Preview Jul 23, 2025 11:06pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR excludes TypeScript declaration files (.d.ts) from code coverage reporting by updating the c8 configuration. This is a standard practice since type definition files don't contain executable code logic that needs testing.

  • Added **/*.d.ts pattern to the c8 exclude configuration

Copy link
Member

@AugustinMauroy AugustinMauroy left a comment

Choose a reason for hiding this comment

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

👌🏻

@avivkeller avivkeller merged commit 7149528 into nodejs:main Jul 25, 2025
16 checks passed
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.

4 participants