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

99designs / gqlgen / 13367366394

17 Feb 2025 09:47AM UTC coverage: 73.383% (+0.02%) from 73.366%
13367366394

Pull #3549

github

web-flow
chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.1 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.3.1...v6.5.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #3549: chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0

8646 of 11782 relevant lines covered (73.38%)

541.29 hits per line

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

0.0
/plugin/federation/testdata/computedrequires/generated/models/models.go
1
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
2

3
package model
4

5
type Gender interface {
6
        IsGender()
7
}
8

9
type Female struct {
10
        Description string `json:"description"`
11
}
12

13
func (Female) IsGender() {}
×
14

15
type Hello struct {
16
        Name      string `json:"name"`
17
        Secondary string `json:"secondary"`
18
}
19

20
func (Hello) IsEntity() {}
×
21

22
type HelloMultiSingleKeys struct {
23
        Key1 string `json:"key1"`
24
        Key2 string `json:"key2"`
25
}
26

27
func (HelloMultiSingleKeys) IsEntity() {}
×
28

29
type HelloWithErrors struct {
30
        Name string `json:"name"`
31
}
32

33
func (HelloWithErrors) IsEntity() {}
×
34

35
type Male struct {
36
        Description string `json:"description"`
37
}
38

39
func (Male) IsGender() {}
×
40

41
type MultiHello struct {
42
        Name string `json:"name"`
43
}
44

45
func (MultiHello) IsEntity() {}
×
46

47
type MultiHelloByNamesInput struct {
48
        Name string `json:"Name"`
49
}
50

51
type MultiHelloMultipleRequires struct {
52
        Name string `json:"name"`
53
        Key1 string `json:"key1"`
54
        Key2 string `json:"key2"`
55
        Key3 string `json:"key3"`
56
}
57

58
func (MultiHelloMultipleRequires) IsEntity() {}
×
59

60
type MultiHelloMultipleRequiresByNamesInput struct {
61
        Name string `json:"Name"`
62
}
63

64
type MultiHelloRequires struct {
65
        Name string `json:"name"`
66
        Key1 string `json:"key1"`
67
        Key2 string `json:"key2"`
68
}
69

70
func (MultiHelloRequires) IsEntity() {}
×
71

72
type MultiHelloRequiresByNamesInput struct {
73
        Name string `json:"Name"`
74
}
75

76
type MultiHelloWithError struct {
77
        Name string `json:"name"`
78
}
79

80
func (MultiHelloWithError) IsEntity() {}
×
81

82
type MultiHelloWithErrorByNamesInput struct {
83
        Name string `json:"Name"`
84
}
85

86
type MultiPlanetRequiresNested struct {
87
        Name  string `json:"name"`
88
        World *World `json:"world"`
89
        Size  int    `json:"size"`
90
}
91

92
func (MultiPlanetRequiresNested) IsEntity() {}
×
93

94
type MultiPlanetRequiresNestedByNamesInput struct {
95
        Name string `json:"Name"`
96
}
97

98
type Person struct {
99
        Name           string  `json:"name"`
100
        Gender         Gender  `json:"gender"`
101
        WelcomeMessage *string `json:"welcomeMessage,omitempty"`
102
}
103

104
func (Person) IsEntity() {}
×
105

106
type PlanetMultipleRequires struct {
107
        Name         string  `json:"name"`
108
        Diameter     int     `json:"diameter"`
109
        Density      int     `json:"density"`
110
        Weight       int     `json:"weight"`
111
        AnotherField *string `json:"anotherField,omitempty"`
112
}
113

114
func (PlanetMultipleRequires) IsEntity() {}
×
115

116
type PlanetRequires struct {
117
        Name     string `json:"name"`
118
        Size     int    `json:"size"`
119
        Diameter int    `json:"diameter"`
120
}
121

122
func (PlanetRequires) IsEntity() {}
×
123

124
type PlanetRequiresNested struct {
125
        Name   string   `json:"name"`
126
        World  *World   `json:"world"`
127
        Worlds []*World `json:"worlds,omitempty"`
128
        Size   int      `json:"size"`
129
        Sizes  []int    `json:"sizes,omitempty"`
130
}
131

132
func (PlanetRequiresNested) IsEntity() {}
×
133

134
type Query struct {
135
}
136

137
type World struct {
138
        Foo   string `json:"foo"`
139
        Bar   int    `json:"bar"`
140
        Hello *Hello `json:"hello,omitempty"`
141
}
142

143
func (World) IsEntity() {}
×
144

145
type WorldName struct {
146
        Name string `json:"name"`
147
}
148

149
func (WorldName) IsEntity() {}
×
150

151
type WorldWithMultipleKeys struct {
152
        Foo   string `json:"foo"`
153
        Bar   int    `json:"bar"`
154
        Hello *Hello `json:"hello,omitempty"`
155
}
156

157
func (WorldWithMultipleKeys) IsEntity() {}
×
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