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

tensorchord / openmodelz / 6492139487

12 Oct 2023 06:33AM UTC coverage: 26.31% (-0.8%) from 27.072%
6492139487

push

github

web-flow
feat: openmodelz support deployment event (#189)

Signed-off-by: xieydd <xieydd@gmail.com>

19 of 19 new or added lines in 4 files covered. (100.0%)

954 of 3626 relevant lines covered (26.31%)

1.63 hits per line

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

0.0
/agent/pkg/event/util.go
1
package event
2

3
import (
4
        "database/sql"
5
)
6

7
func NullStringBuilder(String string, Valid bool) sql.NullString {
×
8
        return sql.NullString{String: String, Valid: Valid}
×
9
}
×
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