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

Take care of test coverage analytics #2

Open
soryy708 opened this issue Jul 13, 2019 · 3 comments
Open

Take care of test coverage analytics #2

soryy708 opened this issue Jul 13, 2019 · 3 comments
Labels
enhancement New feature or request quality assurance

Comments

@soryy708
Copy link
Owner

Istanbul?

@soryy708
Copy link
Owner Author

Unexpectedly hard, because I insist on ES6 in test source.
Running istanbul (via nyc) on build/api/ generates coverage, but for the transpiled artifact. It successfully gets line numbers via sourcemaps, but the file names are mangled - meaning tools can't map the coverage output to the source files.

@soryy708 soryy708 added enhancement New feature or request quality assurance labels Oct 16, 2019
@soryy708
Copy link
Owner Author

Maybe nyc?

@soryy708
Copy link
Owner Author

Maybe migrate from mocha to jest? It has coverage built-in.

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

No branches or pull requests

1 participant