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

yitsushi / go-misskey / 8928398965

02 May 2024 06:05PM UTC coverage: 83.927% (-0.4%) from 84.312%
8928398965

push

github

web-flow
refactor: fix lint issues, update workflows, fix lint workflow (#112)

31 of 61 new or added lines in 11 files covered. (50.82%)

2 existing lines in 2 files now uncovered.

2804 of 3341 relevant lines covered (83.93%)

1.57 hits per line

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

0.0
/test/error.go
1
package test
2

3
import "fmt"
4

5
// FixtureFileNotFoundError occurs when the requested fixture file does not exist.
6
type FixtureFileNotFoundError struct {
7
        Path string
8
        Name string
9
}
10

NEW
11
func (e FixtureFileNotFoundError) Error() string {
×
12
        return fmt.Sprintf("Fixture file does not exist: %s/fixtures/%s", e.Path, e.Name)
×
13
}
×
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