-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy path.codecov.yml
More file actions
19 lines (19 loc) · 640 Bytes
/
.codecov.yml
File metadata and controls
19 lines (19 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
coverage:
status:
project:
default:
target: auto
threshold: 3%
patch: off
comment:
layout: "header, diff, changes"
ignore:
- "build"
- "src/Tgstation.Server.Host/Database/Design"
- "src/Tgstation.Server.Host/Database/Migrations/MySqlDatabaseContextModelSnapshot.cs"
- "src/Tgstation.Server.Host/Database/Migrations/PostgresSqlDatabaseContextModelSnapshot.cs"
- "src/Tgstation.Server.Host/Database/Migrations/SqliteDatabaseContextModelSnapshot.cs"
- "src/Tgstation.Server.Host/Database/Migrations/SqlServerDatabaseContextModelSnapshot.cs"
codecov:
max_report_age: off
require_ci_to_pass: no