-
Notifications
You must be signed in to change notification settings - Fork 46
/
codecov.yml
36 lines (36 loc) · 1.26 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
27
28
29
30
31
32
33
34
35
36
coverage:
status:
project:
default:
target: auto
threshold: 3%
patch: off
notify:
gitter:
default:
url: "https://webhooks.gitter.im/e/00d5f9c4fa5d8b7f29f3"
threshold: 0%
ignore:
- "tests/**/*"
- "src/Camelot/**/*"
- "src/Camelot/*"
- "src/Camelot.Avalonia/**/*"
- "src/Camelot.WindowsInstaller/**/*"
- "src/Camelot.DataAccess.Models/*"
- "src/Camelot.ViewModels/Configuration/*"
- "src/Camelot.ViewModels.Windows/WinApi/*"
- "src/Camelot.Services.Abstractions/**/*"
- "src/Camelot.DataAccess.LiteDb/**/*"
- "src/Camelot.DataAccess.LiteDb/*"
- "src/Camelot.DataAccess/**/*"
- "src/Camelot.Services.FileSystemWatcher/Configuration/*"
- "src/Camelot.Operations/Models/*"
- "src/Camelot.Services.Environment/**/*"
- "src/Camelot.Services.Archives/Implementations/*"
- "src/Camelot.ViewModels/Factories/Implementations/BitmapFactory.cs"
- "src/Camelot.Services.FileSystemWatcher/Implementations/FileSystemWatcherFactory.cs"
- "src/Camelot.Services.FileSystemWatcher/Implementations/FileSystemWatcherAdapter.cs"
- "src/Camelot.Services.Windows/WinApi/*"
- "src/Camelot.Services.Mac/Configuration/*"
- "src/Camelot.Services.Linux/Configuration/*"
- "src/Camelot.Services/Configuration/*"