fgrosse / go-coverage-report

A CLI tool and GitHub Action to post Go code coverage reports as comment to your pull requests.
BSD 3-Clause "New" or "Revised" License
59 stars 11 forks source link

feat: Request #39

Open spfuzzylink opened 2 months ago

spfuzzylink commented 2 months ago

Feature request: Calculating an uber level of code coverage percentage (currently) for all files or an entire project would be great.

While knowing the increase or decrease in code coverage unit tests is great, a banner at the repo level to indicate what is the overall percentage is great to have.

@fgrosse

spfuzzylink commented 2 months ago

It would also be great to port some of the features from https://github.com/vladopajic/go-test-coverage

like banner/badges with coverage number representation at the root directory level.