Skip to content

Commit

Permalink
ci: Exclude NewRelic.Api.Agent project from unit test code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Nov 6, 2023
1 parent 2693125 commit 5bd812a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitTests.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- See https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/VSTestIntegration.md#advanced-options-supported-via-runsettings
and https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/MSBuildIntegration.md#excluding-from-coverage -->
<Exclude>[NewRelic.OpenTracing.AmazonLambda*]*</Exclude>
<ExcludeByFile>**/tests/**/*, **/NativeMethods.cs, **/NewRelic.Api.Agent/NewRelic.cs, **/AgentManager.cs, **/Agent/Extensions/Providers/**/*</ExcludeByFile>
<ExcludeByFile>**/tests/**/*, **/NativeMethods.cs, **/NewRelic.Api.Agent/*, **/AgentManager.cs, **/Agent/Extensions/Providers/**/*</ExcludeByFile>
<ExcludeByAttribute>NrExcludeFromCodeCoverage,Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
</Configuration>
</DataCollector>
Expand Down

0 comments on commit 5bd812a

Please sign in to comment.