This repository was archived by the owner on Mar 31, 2026. It is now read-only.
feat: show missing coverage lines#47
Merged
Merged
Conversation
bselwe
reviewed
Aug 20, 2021
felangel
suggested changes
Aug 20, 2021
felangel
left a comment
Contributor
There was a problem hiding this comment.
Thanks so much for taking the time to do this! Can we add tests?
82292f7 to
aee6ba4
Compare
jorgecoca
reviewed
Sep 1, 2021
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - run: node --version |
Contributor
There was a problem hiding this comment.
This should not be needed, right?
Contributor
Author
There was a problem hiding this comment.
Whoops, that was there for debugging purposes. Good catch!
Removing.
jorgecoca
reviewed
Sep 1, 2021
7e9a743 to
3445f43
Compare
Contributor
|
closed #44 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes some new functionality that shows the lines that coverage is missing for when a build is not valid (i.e.,
coverage < min_coverage).Solves #46.
Example Output
Type of Change