-
Notifications
You must be signed in to change notification settings - Fork 93
/
codecov.yml
26 lines (26 loc) · 1.04 KB
/
codecov.yml
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
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 3 # effectively number of uploads: linux, macos, wsl
wait_for_ci: true
comment: false
coverage:
status:
patch: true # we want github annotations
project:
default:
# avoid noise from rounding errors, often caused by code reformatting
threshold: "0.05"
ignore:
- src/webview/apps/lightspeed/main.ts
- src/webview/apps/lightspeed/playbookExplanation/main.ts
- src/webview/apps/lightspeed/playbookGeneration/main.ts
- src/webview/apps/lightspeed/roleGeneration/main.ts
- src/webview/apps/contentCreator/createAnsibleCollectionPageApp.ts
- src/webview/apps/contentCreator/createAnsibleProjectPageApp.ts
- src/webview/apps/contentCreator/createDevfilePageApp.ts
- src/webview/apps/contentCreator/createSampleExecutionEnvPageApp.ts
- src/webview/apps/contentCreator/createDevcontainerPageApp.ts
- src/webview/apps/contentCreator/addPluginPageApp.ts
- src/webview/apps/welcomePage/welcomePageApp.ts
- src/webview/apps/quickLinks/quickLinksApp.ts