Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmaytak opened this issue Nov 6, 2024 · 0 comments
Open

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

pmaytak opened this issue Nov 6, 2024 · 0 comments
Labels
Internal Indicates issue was opened by the IdentityModel team

Comments

@pmaytak
Copy link
Contributor

pmaytak commented Nov 6, 2024

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

@pmaytak pmaytak added the Internal Indicates issue was opened by the IdentityModel team label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal Indicates issue was opened by the IdentityModel team
Projects
None yet
Development

No branches or pull requests

1 participant