-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathcodecov.yml
More file actions
28 lines (25 loc) · 603 Bytes
/
codecov.yml
File metadata and controls
28 lines (25 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Treat all coverage status updates as informational.
# Don't block PRs based on coverage status.
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
# Do not leave comments on PRs.
comment: false
# Do not show PR annotations.
github_checks:
annotations: false
ignore:
# Do not count test utilities towards coverage.
- internal/forge/shamhub
- internal/forge/forgetest
- internal/git/gittest
- internal/mockedit
- internal/secret/secrettest
- internal/termtest
- internal/ui/uitest
- internal/httptest