-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcodecov.yml
More file actions
37 lines (37 loc) · 846 Bytes
/
codecov.yml
File metadata and controls
37 lines (37 loc) · 846 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
29
30
31
32
33
34
35
36
37
---
codecov:
require_ci_to_pass: true
comment:
require_changes: true # if true: only post the comment if coverage changes
coverage:
status:
project:
default:
informational: true
target: auto # auto compares coverage to the previous base commit
patch:
default:
informational: true
target: auto # auto compares coverage to the previous base commit
# sample regex patterns
ignore:
- 'magefiles'
- 'examples'
- '.trunk'
- '.vscode'
- '.devcontainer'
- 'vendor'
# For future possibilities with critical path options in codecov, as Go not yet supported - 2023-01-09 sheldonhull
profiling:
critical_files_paths:
- commands/*
- auth/*
- errors/*
- format/*
- internal/*
- paths/*
- requests/*
- store/*
- utils/*
- vaultcli/*
- version/*