test: improve code coverage reporting (#4849)

* Speed up the generation of coverage reports by using multiple cores.

* Add codecov step to coverage workflow.
This commit is contained in:
Bronek Kozicki
2024-01-22 21:09:18 +00:00
committed by tequ
parent 469a3fb3b0
commit ad90852fa5
7 changed files with 637 additions and 183 deletions

View File

@@ -2,6 +2,8 @@
convenience variables and sanity checks
#]===================================================================]
include(ProcessorCount)
if (NOT ep_procs)
ProcessorCount(ep_procs)
if (ep_procs GREATER 1)