-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers
Description
Rust and Java already upload coverage - C# is missing. Follow the same pattern. Microsoft.Testing.Extensions.CodeCoverage is already a dependency.
- Add
--collect:"XPlat Code Coverage"todotnet testcalls in.github/actions/csharp-dotnet/pre-merge/action.ymland merge into a single Cobertura XML - Add
codecov/codecov-action@v5upload step in.github/workflows/_test.ymlforsdk-csharpwithflags: csharp - Add post-merge baseline job in
.github/workflows/post-merge.yml(same pattern asjava-coverage— start server, run tests with coverage, upload) - Add
csharpflag tocodecov.yml(paths: foreign/csharp/) and removeforeign/csharp/**fromignore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers