JohnStarich / go

This is a collection of my Go modules in one easy-to-import place
Apache License 2.0
54 stars 13 forks source link

Add 'covet' to report diff coverage and encourage more tests #17

Closed JohnStarich closed 2 years ago

JohnStarich commented 2 years ago

covet reports PR diff coverage to encourage writing more tests, includes GitHub integrations.

Reads version control diffs and Go coverage files to generate useful stats about their intersection. Currently displays coverage percentage of the diff and highlights any new, uncovered lines.

github-actions[bot] commented 2 years ago

Successfully reached diff coverage target: >90%