elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
581 stars 207 forks source link

Update Github Actions Test reporter #2369

Closed Mpdreamz closed 4 months ago

Mpdreamz commented 4 months ago

See: https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/26

We use --filter to selectively run test assemblies in different runs.

This produces somewhat noisy reports where assemblies are marked as (failed/succeeded) and skipped multiple times:

elastic/apm-agent-dotnet/actions/runs/9275127823?pr=2315#summary-25519083669

This new update allows us to not report filtered out assemblies.