Skip to content

Commit 74d7956

Browse files
authored
Apply suggestions from code review
1 parent 7037b7b commit 74d7956

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,10 @@ jobs:
4949
5050
- name: Capture Coverage Data with lcov
5151
run: |
52-
cd build
53-
sudo apt-get update
54-
sudo apt-get install -y lcov
5552
lcov --capture --directory . --output-file coverage.info --no-external
5653
5754
- name: Generate HTML Coverage Report with genhtml
5855
run: |
59-
cd build
6056
genhtml coverage.info --output-directory coverage_report
6157
6258
- name: Upload Coverage

0 commit comments

Comments
 (0)