Skip to content

Commit

Permalink
add build missing for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Basler committed May 6, 2024
1 parent 2842487 commit 1c351d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c351d5

Please sign in to comment.