vladopajic / go-test-coverage

go-test-coverage is tool and github action which reports issues when test coverage is below set threshold
GNU General Public License v3.0
78 stars 9 forks source link

ignore coverage for a block #71

Closed vladopajic closed 5 months ago

vladopajic commented 5 months ago

This PR adds ability for users to ignore code block from coverage statistics.

This PR can be used to resolve issues as documented here https://github.com/vladopajic/go-test-coverage/issues/62