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

Does Pester support to view the code coverage report in browser? #2485

Closed
2 tasks done
pcgeng opened this issue May 28, 2024 · 1 comment
Closed
2 tasks done

Does Pester support to view the code coverage report in browser? #2485

pcgeng opened this issue May 28, 2024 · 1 comment

Comments

@pcgeng
Copy link

pcgeng commented May 28, 2024

Checklist

Where did you see it?

Pester (latest)

Function name

Invoke-Pester -Configuration New-PesterConfiguration

What is the issue?

How to view the code coverage report in browser?

@fflaten
Copy link
Collaborator

fflaten commented May 28, 2024

There's no built-in HTML report but the JaCoCo xml can be visualized by CI-systems and tools like https://reportgenerator.io can generate HTML-reports.

I've created an issue in the docs-repo to mention more tools in https://pester.dev/docs/usage/code-coverage in the future.

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

2 participants