forked from bezzad/Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
28 lines (26 loc) · 713 Bytes
/
codecov.yml
File metadata and controls
28 lines (26 loc) · 713 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
codecov:
notify:
after_n_builds: 3
wait_for_ci: true
status:
project:
default: # default is the status check's name, not default settings
target: auto
threshold: 5
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
- develop
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
ignore:
- (?s:src/Downloader\.Sample/.*/[^\/]*)\Z
- (?s:src/Downloader\.Sample\.NetFramework/.*/[^\/]*)\Z
- (?s:src/Downloader\.DummyHttpServer/.*/[^\/]*)\Z
- ^src/Downloader.Test/Properties/Resources.Designer.cs.*