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

pact-foundation / pact-go / 9770994758

03 Jul 2024 02:37AM UTC coverage: 29.376% (+0.2%) from 29.134%
9770994758

Pull #430

github

YOU54F
chore: rename boolToCInt to CUchar
Pull Request #430: chore(ci): test MacOS & Docker images in CI

29 of 60 new or added lines in 9 files covered. (48.33%)

1 existing line in 1 file now uncovered.

1873 of 6376 relevant lines covered (29.38%)

12.59 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