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

Code coverage via nyc #23

Merged
merged 3 commits into from
May 21, 2024
Merged

Code coverage via nyc #23

merged 3 commits into from
May 21, 2024

Conversation

mertssmnoglu
Copy link
Owner

@mertssmnoglu mertssmnoglu commented May 21, 2024

Using nyc to generate Code Coverage (#21)

Adapting the nyc, which is an Istanbuljs CLI, to generate code coverage reports for us.

Changes

Fixed: #22 with dependency update
Configured nyc with a specific dotfile(.nycrc.json)
Removed old coverage report scripts from the package.json
Add new coverage script to run script via npm easily

@mertssmnoglu mertssmnoglu added enhancement New feature or request tests This issue/pr is about the tests labels May 21, 2024
@mertssmnoglu mertssmnoglu self-assigned this May 21, 2024
@mertssmnoglu mertssmnoglu linked an issue May 21, 2024 that may be closed by this pull request
2 tasks
@mertssmnoglu mertssmnoglu merged commit ab159a0 into master May 21, 2024
@mertssmnoglu mertssmnoglu deleted the 21-nyc-code-coverage branch May 25, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests This issue/pr is about the tests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ERR_PACKAGE_PATH_NOT_EXPORTED error while running nyc Using nyc to generate code coverage
1 participant