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

api tests coverage #6892

Open
akosyakov opened this issue Jan 16, 2020 · 0 comments
Open

api tests coverage #6892

akosyakov opened this issue Jan 16, 2020 · 0 comments
Labels
enhancement issues that are enhancements to current functionality - nice to haves test issues related to unit and api tests

Comments

@akosyakov
Copy link
Member

akosyakov commented Jan 16, 2020

It's a follow-up: #6852

There are several issues to get proper coverage:

  • mapping to original sources is hard, reported only against bundled code
  • lcov reporter does not work with coverage generated from the puppeteer
  • coverage is provided only for frontend code, not backend, vscode extensions, language servers, debug adapters and so on

The last point was there always and make the coverage report useless, i.e. it shows 80% coverage for the python extension just because python frontend contribution was loaded. The really useful coverage report should include the backend code as well as code of the python language server.

@akosyakov akosyakov mentioned this issue Jan 16, 2020
14 tasks
@akosyakov akosyakov added enhancement issues that are enhancements to current functionality - nice to haves test issues related to unit and api tests labels Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves test issues related to unit and api tests
Projects
None yet
Development

No branches or pull requests

1 participant