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

feat(fastify-adapter): support for skipping middie registration #13734

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

ancyrweb
Copy link

@ancyrweb ancyrweb commented Jul 1, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Issue Number: 13729

What is the new behavior?

It's possible to skip middie registration by passing a skipMiddie flag.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@coveralls
Copy link

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 595ba74a-45b7-4bee-90c3-f108e75e965c

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.001%) to 92.207%

Files with Coverage Reduction New Missed Lines %
packages/core/scanner.ts 2 88.46%
Totals Coverage Status
Change from base Build 7d588bd4-21c3-461c-a6f6-d4bb4122dd2a: -0.001%
Covered Lines: 6744
Relevant Lines: 7314

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit 68d91ac into nestjs:master Jul 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants