Skip to content

Commit

Permalink
Axocover settings
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Jul 29, 2019
1 parent b9933e9 commit 365fa1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .axoCover/settings.json
@@ -0,0 +1,19 @@
{
"TestRunner": "",
"TestPlatform": "x86",
"TestApartmentState": "STA",
"TestAdapterMode": "Integrated",
"IsRedirectingFrameworkAssemblies": true,
"TestSettings": "",
"ExcludeAttributes": "System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute",
"ExcludeFiles": "*.Designer.cs",
"ExcludeDirectories": "",
"Filters": "+[*]*",
"IsIncludingSolutionAssemblies": true,
"IsExcludingTestAssemblies": false,
"IsCoveringByTest": true,
"IsMergingByHash": true,
"IsSkippingAutoProps": true,
"IsVisitorCountLimited": false,
"VisitorCountLimit": 10
}
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -218,4 +218,4 @@ ModelManifest.xml
Documentation.chw

# AxoCover
.axoCover
.axoCover/runs

0 comments on commit 365fa1e

Please sign in to comment.