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

Generate test coverage reports #159

Closed
danfuzz opened this issue Feb 28, 2023 · 2 comments
Closed

Generate test coverage reports #159

danfuzz opened this issue Feb 28, 2023 · 2 comments
Labels
enhancement New feature or request fixed This is fixed test-coverage Improvements to test coverage

Comments

@danfuzz
Copy link
Owner

danfuzz commented Feb 28, 2023

When originally set up, the regular Jest runner — which allegedly supports coverage reporting out of the box — didn't work for this project because of issues with ESM. Per issue #141, it looks like we can use the regular test runner at this point. If so, we should also look into starting to generate coverage reports.

@danfuzz danfuzz added enhancement New feature or request test-coverage Improvements to test coverage labels Feb 28, 2023
@danfuzz
Copy link
Owner Author

danfuzz commented Feb 29, 2024

I just switched this project to use the latest version of Jest, which indeed now supports ESM. I switched over to the default test runner, which should unblock this issue.

@danfuzz
Copy link
Owner Author

danfuzz commented Mar 15, 2024

Fixed as of #273. 🎉

@danfuzz danfuzz closed this as completed Mar 15, 2024
@danfuzz danfuzz added the fixed This is fixed label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed This is fixed test-coverage Improvements to test coverage
Projects
None yet
Development

No branches or pull requests

1 participant