coverage: add bin directory to coverage (#19530)
This commit is contained in:
parent
93c985e5a9
commit
bc4e7eabfe
@ -4,7 +4,9 @@
|
|||||||
parallel = True
|
parallel = True
|
||||||
concurrency = multiprocessing
|
concurrency = multiprocessing
|
||||||
branch = True
|
branch = True
|
||||||
source = lib
|
source =
|
||||||
|
bin
|
||||||
|
lib
|
||||||
omit =
|
omit =
|
||||||
lib/spack/spack/test/*
|
lib/spack/spack/test/*
|
||||||
lib/spack/docs/*
|
lib/spack/docs/*
|
||||||
|
Loading…
Reference in New Issue
Block a user