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

laiambryant / goTestUtils / 17024390034

13 Aug 2025 10:11PM UTC coverage: 61.603% (-9.3%) from 70.857%
17024390034

push

github

laiambryant
Added attributes and increased coverage

43 of 65 new or added lines in 3 files covered. (66.15%)

46 existing lines in 2 files now uncovered.

515 of 836 relevant lines covered (61.6%)

662.68 hits per line

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

0.0
/pbtesting/ptesting_error.go
1
package pbtesting
2

3
import (
4
        "fmt"
5

6
        p "github.com/laiambryant/gotestutils/pbtesting/properties"
7
)
8

9
type InvalidPropertyError struct {
10
        predicate p.Predicate
11
}
12

13
func (i InvalidPropertyError) Error() string {
×
14
        return fmt.Sprintf("invalid property: %v", i.predicate)
×
15
}
×
16

17
type FunctionNotProvidedError struct{}
18

UNCOV
19
func (fnp FunctionNotProvidedError) Error() string {
×
UNCOV
20
        return "a function must be provided for the property-based test suite to work"
×
UNCOV
21
}
×
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

© 2026 Coveralls, Inc