We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7037b7b commit 74d7956Copy full SHA for 74d7956
.github/workflows/ci.yml
@@ -49,14 +49,10 @@ jobs:
49
50
- name: Capture Coverage Data with lcov
51
run: |
52
- cd build
53
- sudo apt-get update
54
- sudo apt-get install -y lcov
55
lcov --capture --directory . --output-file coverage.info --no-external
56
57
- name: Generate HTML Coverage Report with genhtml
58
59
60
genhtml coverage.info --output-directory coverage_report
61
62
- name: Upload Coverage
0 commit comments