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

pact-foundation / pact-go / 9666667824

25 Jun 2024 05:05PM UTC coverage: 29.152% (+0.1%) from 29.056%
9666667824

Pull #430

github

YOU54F
chore(deps): update docker buildx action to latest
Pull Request #430: chore(ci): test MacOS & Docker images in CI

0 of 6 new or added lines in 2 files covered. (0.0%)

1 existing line in 1 file now uncovered.

1857 of 6370 relevant lines covered (29.15%)

12.48 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