AzureAD / azure-activedirectory-identitymodel-extensions-for-dotnet

IdentityModel extensions for .Net
MIT License
1.07k stars 401 forks source link

Update the code coverage action to only run on code files in src #2983

Open pmaytak opened 3 weeks ago

pmaytak commented 3 weeks ago

We should update the code coverage action to only run on \src folder and only code files (.cs).

The Include section in the settings does include .dlls, so interesting that the analysis runs on everything else too. Maybe source files need to be specified instead of DLLs?

For example, here it runs on workflow file: Add release tactics template by kellyyangsong · Pull Request #2941 · AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet