Skip to content

Commit 8c8460f

Browse files
authored
Do not account for docs when creating coverage reports (#902)
1 parent 0299931 commit 8c8460f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ coverage:
55
# Disable long, annoying overview comment in PRs; only set statuses with links
66
# to codecov.io.
77
comment: false
8+
ignore:
9+
- "docs" # ignore folders and all its contents
10+

0 commit comments

Comments
 (0)