googleapis / googleapis/google-cloud-cpp
Explore options to speed up `coverage` build
Open
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
The `coverage` build seems to be the slowest build at the moment. It seems like the merging all the coverage results is single threaded and takes quite a bit of time:
```
Step #2: ==> 🕑 merging done in 674.070 seconds
```
Contributor guide
Assessment
This issue has not been assessed yet.