To Exclude Refit.dll from Test project Code Coverage on Azure Devops pipeline builds

40 Views Asked by At

I have Selenium based Automation project in .Net 6 that uses NUnit framework. The CI/CD pipeline is configured in Azure Devops to run Code Coverage check and we see the Code Coverage results including the Refit.dll.

I want to exclude this refit.dll from the overall code coverage to improve the overall code coverage percent.

enter image description here

Please note as seen above ,I have referred Excluding files from code coverage analysis in Azure devops pipeline to remove reference which worked for NUnit3.TestAdapter.dll but this does not work with Refit.dll

0

There are 0 best solutions below