Replies: 1 comment
|
I found the following related threads:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
CI builds often build the same project in multiple configurations (e.g. check and test, for different architectures, using different toolchains, with different features enabled, etc). As a result, compiler warnings might occur multiple times, which results in duplicated annotations in the GitHub UI when using
problemMatchers.For example, consider this extreme case where a variable is not used:
It would be very useful if GitHub Actions could de-dupliate such identical annotations and show each of them only once (maybe with a "occured X times" note).
All reactions