Skip to content

Commit e1c0972

Browse files
committed
[LEP-341] test(pkg/login,providers,asn,nvml): use mockery to increase coverage
Signed-off-by: Gyuho Lee <gyuhol@nvidia.com> Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
1 parent 7f4ffa4 commit e1c0972

241 files changed

Lines changed: 40251 additions & 1001 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ go.work.sum
2929
.DS_Store
3030

3131
coverage.html
32+
coverage.txt
3233

3334
.claude
35+
.serena
36+
3437
CLAUDE.md
3538
GEMINI.md
3639
CODEX.md
40+
41+
custom-gcl

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ formatters:
4646
goimports:
4747
# put imports beginning with prefix after 3rd-party packages;
4848
# it's a comma-separated list of prefixes
49-
local-prefixes: lepton.ai/lepton
49+
local-prefixes: github.com/leptonai/gpud

0 commit comments

Comments
 (0)