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

99designs / gqlgen / 14430430189
73%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/dawidd6/action-download-artifact-14
DEFAULT BRANCH: master
Ran 13 Apr 2025 02:34PM UTC
Jobs 1
Files 155
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Apr 2025 02:32PM UTC coverage: 72.98% (-0.4%) from 73.331%
14430430189

Pull #3660

github

sonatard
Omittable supports IsZero method for omitzero

API may behave differently when JSON is undefined versus when it is null.

- undefined
  - no effect
  - json: `{}`

```go
input := UserUpdateInput{
		Name:         graphql.Omittable[string]{},
}
```

- null
  - removes name
  - json: `{"name":null}`

```go
input := UserUpdateInput{
		Name:         graphql.OmittableOf[string](null),
}
```
Pull Request #3660: Omittable supports IsZero method for omitzero

18 of 82 new or added lines in 3 files covered. (21.95%)

7 existing lines in 3 files now uncovered.

8735 of 11969 relevant lines covered (72.98%)

729.78 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
64
32.35
-52.5% graphql/omittable.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
75.05
0.0% codegen/config/binder.go
2
64.81
0.0% codegen/object.go
3
87.2
-0.89% graphql/handler/transport/websocket.go
Jobs
ID Job ID Ran Files Coverage
1 14430430189.1 13 Apr 2025 02:34PM UTC 155
72.98
GitHub Action Run
Source Files on build 14430430189
  • Tree
  • List 155
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3660
  • PR Base - master (#14422499282)
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