• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pact-foundation / pact-go / 9769986803

03 Jul 2024 12:44AM UTC coverage: 29.252% (+0.1%) from 29.134%
9769986803

Pull #430

github

YOU54F
fix: InstallSignalHandlers prior to Verifier.Verify (pactffi_verify)
Pull Request #430: chore(ci): test MacOS & Docker images in CI

2 of 8 new or added lines in 3 files covered. (25.0%)

1 existing line in 1 file now uncovered.

1866 of 6379 relevant lines covered (29.25%)

12.55 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/version/version.go
1
package version
2

3
import (
4
        "log"
5

6
        "github.com/pact-foundation/pact-go/v2/internal/checker"
7
)
8

9
// CheckVersion checks if the currently installed version is within semver range
10
// and will attempt to download the files to the default or configured directory if
11
// incorrect
NEW
12
func CheckVersion(libDir string) {
×
NEW
13
        if err := checker.CheckInstall(libDir); err != nil {
×
14
                log.Fatal("check version failed:", err)
×
15
        }
×
16

17
        log.Println("[DEBUG] version check completed")
×
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc