Skip to content

Commit

Permalink
Include only XmlSchemaClassGenerator assembly in coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Nov 17, 2022
1 parent ae669b0 commit 990b09d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<LangVersion>latest</LangVersion>
<CoverletOutputFormat>opencover</CoverletOutputFormat>
<CoverletOutput>../coverage.xml</CoverletOutput>
<Include>[XmlSchemaClassGenerator]*</Include>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XmlSampleGenerator\XmlSampleGenerator.csproj" />
Expand Down

0 comments on commit 990b09d

Please sign in to comment.