Skip to content

Commit 368187c

Browse files
chore: Ignore test folder for CodeCov (#3000)
SentryProfilerTests are included in the CodeCov report. To fix this ignore the whole test folder.
1 parent 5783749 commit 368187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage:
1010
round: down
1111

1212
ignore:
13-
- "Tests/SentryTests"
13+
- "Tests/*"
1414

1515
comment:
1616
layout: "reach,diff,flags,files,footer"

0 commit comments

Comments
 (0)