Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
25
.coverletrc
Normal file
25
.coverletrc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user