You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, it would be nice to make it easier integrate with github actions if it had this option for full mode: ./gocover full --cover-profile=coverage.out --excludes='**/*_mock.gen.go/**' --coverage-baseline=80
The text was updated successfully, but these errors were encountered:
I think the coverage baseline was planned to work with the full mode:
https://github.com/Azure/gocover/blob/main/pkg/gocover/options.go#L30C35-L30C35
So, it would be nice to make it easier integrate with github actions if it had this option for full mode:
./gocover full --cover-profile=coverage.out --excludes='**/*_mock.gen.go/**' --coverage-baseline=80
The text was updated successfully, but these errors were encountered: