very_good_coverage icon indicating copy to clipboard operation
very_good_coverage copied to clipboard

GitHub Action which helps enforce code coverage threshold using lcov created by Very Good Ventures 🦄

Results 29 very_good_coverage issues
Sort by recently updated
recently updated
newest added

## Description Automatically adds a comment to the pull request with coverage information. If a comment already exists it automatically updates the comment with the new information to avoid polluting...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

dependencies

**Describe the bug** I'm aware that there is already an issue about this one but I was closed without giving a proper solution, the issue is probably with the lcov.info...

question

**Is your feature request related to a problem? Please describe.** I really like the new feature where the lines missed will print in the output of the actions; however, I...

feature
p3

## Description Add comment posting functionality for coverage action You can see example bot comments here: https://github.com/Limbou/todo_app/pull/13 Closes #101 ## Type of Change - [x] ✨ New feature (non-breaking change...

**Describe the bug** While running the action it reports NaN coverage, while lcov it self reports 100%. ``` Reading tracefile code-coverage/lcov.info |Lines |Functions |Branches Filename |Rate Num|Rate Num|Rate Num ==================================================...

I'm excited about where this project could go, and I think there's an opportunity to support local testing as well. # Problem to solve I had a colleague that had...

enhancement

As a customer of this Github Action, I would love to be able to generate a visual/HTML report with the coverage of my project, so I can easily inspect what's...

feature
p3

**Is your feature request related to a problem? Please describe.** Along with `min_coverage`, we can also add a new boolean to allow or not to allow the CI to proceed...

enhancement

**Describe the bug** When you declare a `working-directory` for your action, all the paths should be relative to that directory, and not to the root of the project. **Expected behavior**...

bug