Skip to content

Commit da7ed8b

Browse files
authored
chore: Ignore scripts from code coverage (#1878)
Our CI scripts don't need to have thorough tests, and aren't in the hot path of the product.
1 parent 5598ac0 commit da7ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ ignore:
2929
- peerbroker/proto
3030
- provisionerd/proto
3131
- provisionersdk/proto
32-
- scripts/datadog-cireport
32+
- scripts
3333
- site/.storybook
3434
- rules.go

0 commit comments

Comments
 (0)