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 10 forks source link

add support for multiple profiles #74

Closed vladopajic closed 5 months ago

vladopajic commented 5 months ago

for cases when there are two or more coverage profiles, such as running unit tests and integration tests separately, it would be handy to merge all those profiles when running coverage checks.

in this PR, profile config was extended to allow comma separated list of files that will be used together when running coverage check.