Replies: 1 comment
-
Hi @dabrahams I personally handle it this way
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a github CI matrix where I am testing each commit on two oses in two build configurations, and I want four separate coverage reports, to cover each combination. That means each source file participates in four different reports. Is that achievable, and if so, how? It looks like flags might do this, but none of the examples I've found work that way.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions