Skip to content

Add support for not reporting empty test assemblies#26

Merged
Tyrrrz merged 3 commits intoTyrrrz:masterfrom
Mpdreamz:feature/dont-report-all-skipped
May 29, 2024
Merged

Add support for not reporting empty test assemblies#26
Tyrrrz merged 3 commits intoTyrrrz:masterfrom
Mpdreamz:feature/dont-report-all-skipped

Conversation

@Mpdreamz
Copy link
Copy Markdown
Contributor

@Mpdreamz Mpdreamz commented May 29, 2024

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:

https://github.com/elastic/apm-agent-dotnet/actions/runs/9275127823?pr=2315#summary-25519083669

This PR now differentiates assemblies with no tests from assemblies with skipped tests using ⚪️. It also introduces an option to not report test assemblies without any tests (defaults still is to so).

@Tyrrrz Tyrrrz added the enhancement New feature or request label May 29, 2024
Comment thread Readme.md
@Tyrrrz
Copy link
Copy Markdown
Owner

Tyrrrz commented May 29, 2024

Thanks for the PR, it's very clean 🙂

@Tyrrrz Tyrrrz merged commit f3ad827 into Tyrrrz:master May 29, 2024
@Mpdreamz Mpdreamz deleted the feature/dont-report-all-skipped branch October 2, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants