Files
tgstation-server/.codecov.yml
2023-06-24 03:13:40 -04:00

20 lines
640 B
YAML

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