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

Add a test:coverage script and better reports #1024

Open
1 of 4 tasks
diegonvs opened this issue Oct 6, 2022 · 0 comments
Open
1 of 4 tasks

Add a test:coverage script and better reports #1024

diegonvs opened this issue Oct 6, 2022 · 0 comments

Comments

@diegonvs
Copy link
Contributor

diegonvs commented Oct 6, 2022

Issue type (mark with x)

  • πŸ€” Question
  • πŸ› Bug report
  • 🎁 Feature request
  • πŸ€·β€β™€οΈ Other

Description

Currently, we have some modules implementing their own coverage scripts, but they don't have a standardized way to do it, like an HTML report. The idea of this issue is to discuss if we should add a coverage script for testing or not.

Desired behavior:

Better reports and a standardized way to run JS unit tests' coverage

Current behavior:

We have terminal reports like this one:

image

but when opening the detailed view using the generated HTML page, this content is shown:

image

... and we can't click inside these links to get better reports about branches/lines covered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant