You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the file is modified in a PR, we should execute TestCadlRanch with "*" passed as the filter argument so that we are confident that the filter still works. Note, this should not be run in general as it would result in much slower CI times.
The text was updated successfully, but these errors were encountered:
One potential approach would be to map the filter to csprojs so that instead of invoking dotnet test with a namespace filter, we would pass the project argument. If this somehow got messed up, then dotnet test would return an error. We would still need CI to execute Test-CadlRanch. If we can somehow consolidate Get-Coverage and Test-CadlRanch such that Get-Coverage calls into Test-CadlRanch, then that would be a way of avoiding the extra CI check.
If the file is modified in a PR, we should execute TestCadlRanch with "*" passed as the filter argument so that we are confident that the filter still works. Note, this should not be run in general as it would result in much slower CI times.
The text was updated successfully, but these errors were encountered: