We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an instrumented frontend build with istanbuljs and reporting with nyc. Run the jupyter_server and ipykernel processes under coverage.
istanbuljs
nyc
jupyter_server
ipykernel
coverage
At present, the frontend has no assessment of test coverage, and the backend coverage from unit tests is lower than what is actually covered.
codecov
For some concrete examples, see jupyterlab-deck.
The text was updated successfully, but these errors were encountered:
Fixed by #89
Sorry, something went wrong.
No branches or pull requests
Elevator Pitch
Add an instrumented frontend build with
istanbuljs
and reporting withnyc
. Run thejupyter_server
andipykernel
processes undercoverage
.Motivation
At present, the frontend has no assessment of test coverage, and the backend coverage from unit tests is lower than what is actually covered.
Design Ideas
codecov
, etc. for capturing coverage trendsFor some concrete examples, see jupyterlab-deck.
The text was updated successfully, but these errors were encountered: