We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Golang 1.21.0 I get
make check-coverage-html go install github.com/vladopajic/go-test-coverage/v2@latest go: github.com/vladopajic/go-test-coverage/v2@v2.10.1 requires go >= 1.22; switching to go1.22.4 . . /Users/fkelly/go/bin/go-test-coverage --config=./.testcoverage.yml File coverage threshold (55%) satisfied: PASS Package coverage threshold (55%) satisfied: PASS Total coverage threshold (74%) satisfied: PASS Total test coverage: 75%
For Golang 1.22.2 I get
go install github.com/vladopajic/go-test-coverage/v2@latest go: github.com/vladopajic/go-test-coverage/v2@v2.10.1 requires go >= 1.22; switching to go1.22.4 . . /Users/fkelly/go/bin/go-test-coverage --config=./.testcoverage.yml File coverage threshold (55%) satisfied: FAIL below threshold: coverage: threshold: cmd/workflow_manager/main.go 0% 55% Package coverage threshold (55%) satisfied: FAIL below threshold: coverage: threshold: cmd/workflow_manager 0% 55% Total coverage threshold (74%) satisfied: FAIL Total test coverage: 70% make: *** [check-coverage] Error 1
Looks like files that were previously not being included are now included?
The text was updated successfully, but these errors were encountered:
hello @frankjkelly, thanks for reporting issue.
could you provide more info?
go
-coverpkg=./...
Sorry, something went wrong.
No branches or pull requests
For Golang 1.21.0 I get
For Golang 1.22.2 I get
Looks like files that were previously not being included are now included?
The text was updated successfully, but these errors were encountered: