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.
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
