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

docs: add test-coverage summary report as comment #554

Closed
wants to merge 3 commits into from

Conversation

sdobbert
Copy link
Contributor

@sdobbert sdobbert commented May 8, 2024

This uses the following action https://github.com/marketplace/actions/jest-coverage-comment to comment on each new pull request with a HTML test coverage report (for entire repo, as well as for changed code (will return unknown, if no tests are found))

Also removes setting of the ci-environment variable as this is done by default (see: https://github.blog/changelog/2020-04-15-github-actions-sets-the-ci-environment-variable-to-true/).

Copy link

github-actions bot commented May 8, 2024

Title Lines Statements Branches Functions
All Coverage: 9%
9.09% (144/1584) 3.8% (28/736) 6.3% (22/349)
only changed Coverage: NaN%
Unknown% (0/0) Unknown% (0/0) Unknown% (0/0)

@sdobbert sdobbert marked this pull request as ready for review May 8, 2024 12:19
@dnlkoch
Copy link
Member

dnlkoch commented Sep 17, 2024

Superseeded by #684.

@dnlkoch dnlkoch closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants