scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.42k stars 225 forks source link

Ignore .nyc_output and coverage directories #373

Open mertssmnoglu opened 1 month ago

mertssmnoglu commented 1 month ago

Test coverage related directories/files may be getting invalid in any commit. Attaching them to source control statically may not be a good idea because it's not related with codebase or docs.

Ideas

Test Coverage You can see the test coverage results with running npm run coverage:report