-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
28 lines (28 loc) · 920 Bytes
/
Copy pathcodecov.yml
File metadata and controls
28 lines (28 loc) · 920 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
coverage:
status:
project:
default:
target: auto
threshold: 3%
patch: off
notify:
gitter:
default:
url: "https://webhooks.gitter.im/e/00d5f9c4fa5d8b7f29f3"
threshold: 0%
ignore:
- "src/Camelot/**/*"
- "src/Camelot/*"
- "src/Camelot.Avalonia/**/*"
- "src/Camelot.DataAccess.Models/*"
- "src/Camelot.ViewModels/Configuration/*"
- "src/Camelot.Services.Abstractions/**/*"
- "src/Camelot.DataAccess.LiteDb/**/*"
- "src/Camelot.DataAccess.LiteDb/*"
- "src/Camelot.DataAccess/**/*"
- "src/Camelot.FileSystemWatcher/Configuration/*"
- "src/Camelot.Operations/Models/*"
- "src/Camelot.Services.Environment/**/*"
- "src/Camelot.ViewModels/Factories/Implementations/BitmapFactory.cs"
- "src/Camelot.FileSystemWatcher/Implementations/FileSystemWatcherFactory.cs"
- "src/Camelot.FileSystemWatcher/Implementations/FileSystemWatcherAdapter.cs"