Skip to content

Commit 157a509

Browse files
🌱 Included directories that don't require coverage (#3002)
- Included directories that don't require coverage. Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
1 parent a3a1331 commit 157a509

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.codecov.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ ignore:
88
- "*.pb.go"
99
- "cron/**/*"
1010
- "clients/mockclients/**/*"
11-
- "attestor/command/**/*"
11+
# ignoring them as these are internal tools for generating docs.
12+
- "docs/**/*"
13+
# this is the runner
14+
- "main.go"
15+
1216
coverage:
1317
precision: 2
1418
round: down

0 commit comments

Comments
 (0)