Skip to content

Commit 0d77b5f

Browse files
committed
update
1 parent 75147ea commit 0d77b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/.testcoverage-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ threshold:
66
total: 98
77
override:
88
- path: badgestorer/github.go$ ## is integration test
9-
threshold: 64
9+
threshold: 43
1010
- path: path/path.go$ ## requires windows to be tested
1111
threshold: 66
1212
exclude:

pkg/testcoverage/badgestorer/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (s *githubStorer) Store(data []byte) (bool, error) {
4747
SHA: sha,
4848
},
4949
)
50-
if err != nil {
50+
if err != nil { // coverage-ignore
5151
return false, fmt.Errorf("update badge contents: %w", err)
5252
}
5353

0 commit comments

Comments
 (0)