Files
ColaFlow/.coverletrc
Yaojia Wang 014d62bcc2 Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:55:18 +01:00

26 lines
518 B
Plaintext

{
"exclude": [
"[*.Tests]*",
"[*]*.Migrations.*",
"[*]*.Designer",
"[*]*.g.cs",
"[*]*.Generated.*"
],
"excludebyfile": [
"**/Migrations/**/*.cs",
"**/*.g.cs",
"**/*.Designer.cs",
"**/*AssemblyInfo.cs"
],
"excludebyattribute": [
"Obsolete",
"GeneratedCodeAttribute",
"CompilerGeneratedAttribute",
"ExcludeFromCodeCoverage",
"ExcludeFromCodeCoverageAttribute"
],
"threshold": 80,
"thresholdType": "line,branch,method",
"thresholdStat": "total"
}