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]: generate code coverage report after tests #1

Open
getlarge opened this issue Sep 19, 2023 · 2 comments
Open

[feat]: generate code coverage report after tests #1

getlarge opened this issue Sep 19, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@getlarge
Copy link
Member

Is your feature request related to a problem? Please describe.

I used Node.JS test runner to write integration tests for the instrumentation but were not able to generate code coverage.

Describe the solution you'd like

Maybe using c8 ?

@getlarge getlarge added the enhancement New feature or request label Sep 19, 2023
@robertsLando
Copy link
Member

Wondering how to do them too here: mqttjs/MQTT.js#1697

@robertsLando
Copy link
Member

FYI: node_modules/.bin/nyc --reporter=lcov --reporter=text node -r esbuild-register test/runTests.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants