chore: update project structure with contracts and services for CaddyManager, including configuration and Docker integration
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m16s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m16s
This commit is contained in:
28
CaddyManager.Tests/coverlet.runsettings
Normal file
28
CaddyManager.Tests/coverlet.runsettings
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RunSettings>
|
||||
<DataCollectionRunSettings>
|
||||
<DataCollectors>
|
||||
<DataCollector friendlyName="XPlat Code Coverage">
|
||||
<Configuration>
|
||||
<Format>cobertura</Format>
|
||||
<!-- Explicitly include Contracts and Services assemblies -->
|
||||
<Include>[CaddyManager.Contracts]CaddyManager.Contracts.*</Include>
|
||||
<Include>[CaddyManager.Services]CaddyManager.Services.*</Include>
|
||||
|
||||
<!-- Exclusions for test and external code -->
|
||||
<Exclude>[*]Tests.*</Exclude>
|
||||
<Exclude>[*]TestUtilities.*</Exclude>
|
||||
<Exclude>[*]Microsoft.*</Exclude>
|
||||
<Exclude>[*]System.*</Exclude>
|
||||
<Exclude>[*]Moq.*</Exclude>
|
||||
<Exclude>[*]FluentAssertions.*</Exclude>
|
||||
<Exclude>[*]xunit.*</Exclude>
|
||||
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
|
||||
<SingleHit>false</SingleHit>
|
||||
<UseSourceLink>true</UseSourceLink>
|
||||
<IncludeTestAssembly>false</IncludeTestAssembly>
|
||||
</Configuration>
|
||||
</DataCollector>
|
||||
</DataCollectors>
|
||||
</DataCollectionRunSettings>
|
||||
</RunSettings>
|
||||
Reference in New Issue
Block a user