You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake --target coverage already takes care of running lcov. We ended up
doing exactly the same work twice, just logging to different output
files. This should save about 90 seconds of CI job execution time.
0 commit comments