Skip to content

Commit c2afe0c

Browse files
authored
chore: ignore tools in codecov (#3055)
ignore tools in codecov
1 parent 3895331 commit c2afe0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ ignore:
1212
- "scripts/"
1313
- "pkg/rpc/example/"
1414
- "apps"
15-
- "da/internal/mocks"
16-
- "da/cmd"
15+
- "tools"
1716
- "execution/evm" # EVM is covered in e2e/integration tests
1817
- "**/metrics.go"
1918
- "client" # TODO: add more tests

0 commit comments

Comments
 (0)