hubcio opened a new issue, #2772: URL: https://github.com/apache/iggy/issues/2772
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"` to `dotnet test` calls in `.github/actions/csharp-dotnet/pre-merge/action.yml` and merge into a single Cobertura XML - [ ] Add `codecov/codecov-action@v5` upload step in `.github/workflows/_test.yml` for `sdk-csharp` with `flags: csharp` - [ ] Add `csharp` flag to `codecov.yml` (`paths: foreign/csharp/`) and remove `foreign/csharp/**` from `ignore` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
