Skip to content

Commit 1cc5673

Browse files
committed
Update CI workflow to include coverage flags Review-1
1 parent b68eca0 commit 1cc5673

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,8 @@ jobs:
3636
3737
- name: Build package
3838
run: |
39-
python scripts/build/install.py
40-
41-
- name: Build C++ Code with Coverage
42-
run: |
43-
mkdir -p build
44-
cd build
45-
cmake -DCMAKE_CXX_FLAGS="--coverage" ..
46-
make
47-
39+
CXXFLAGS=--coverage CFLAGS=--coverage python scripts/build/install.py
40+
4841
- name: Run C++ Tests
4942
run: |
5043
cd build

0 commit comments

Comments
 (0)