Skip to content

Commit 07b690e

Browse files
authored
[coverage] Address code coverage (#47)
1 parent 802ccde commit 07b690e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

codecov.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,8 @@ coverage:
99
default:
1010
informational: true
1111

12-
comment:
13-
layout: "header, diff, flags, components"
14-
15-
component_management:
16-
individual_components:
17-
- component_id: cmd
18-
name: commands
19-
paths:
20-
- cmd
21-
- component_id: internal
22-
name: internal
23-
paths:
24-
- internal
25-
2612
ignore:
13+
- "cmd/*.go"
2714
- "internal/utils/http.go"
2815
- "internal/utils/io.go"
2916
- "internal/json/sjson.go"

0 commit comments

Comments
 (0)