From 1c351d5ebb17dc6bd6d95d6caf7ab84b062af77a Mon Sep 17 00:00:00 2001 From: Philipp Basler Date: Mon, 6 May 2024 21:17:02 +0200 Subject: [PATCH] add build missing for codecov --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d6c0965a..675020cf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -50,7 +50,7 @@ jobs: architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install conan run: pip install conan>2 - - run: python3 Setup.py --options EnableCoverage=True CompileBaryo=True UseVectorization=False + - run: python3 Setup.py --options EnableCoverage=True CompileBaryo=True UseVectorization=False --build-missing - name: Set cmake preset name run: python3 .github/GetProfile.py