• 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
/internal/checker/checker.go
1
package checker
2

3
import (
4
        "github.com/pact-foundation/pact-go/v2/installer"
5
        "github.com/pact-foundation/pact-go/v2/internal/native"
6
)
7

NEW
8
func CheckInstall(libDir string) error {
×
9
        // initialised the lib registry. It just needs one of the main lib interfaces Version() here
×
10
        installer.LibRegistry[installer.FFIPackage] = &native.MockServer{}
×
11

×
12
        i, err := installer.NewInstaller()
×
13
        if err != nil {
×
14
                return err
×
15
        }
×
NEW
16
        if libDir != "" {
×
NEW
17
                i.SetLibDir(libDir)
×
NEW
18
        }
×
UNCOV
19
        return i.CheckInstallation()
×
20
}
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