We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475c6fa commit 84ccb06Copy full SHA for 84ccb06
jenkins/helper/aggregate_coverage.py
@@ -22,6 +22,8 @@
22
23
from site_config import SiteConfig
24
25
+if not 'CLANG_VERSION' in os.environ:
26
+ os.environ['CLANG_VERSION'] = ''
27
LLVM_COV = Path(f"/usr/lib/llvm-{os.environ['CLANG_VERSION']}/bin/llvm-cov")
28
if not LLVM_COV.exists():
29
LLVM_COV = Path("/usr/lib/llvm/bin/llvm-cov")
0 commit comments