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

fixed overriding total threshold value from config when passing from command line #83

Closed antonsergeyev closed 4 months ago

antonsergeyev commented 4 months ago

If ThresholdPackage argument was not set, ThresholdTotal argument was ignored.

vladopajic commented 4 months ago

hey @antonsergeyev, good find! thanks for contributing. 👍