Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added installation lcov
Browse files Browse the repository at this point in the history
nagajaideep committed Dec 6, 2024
1 parent a12ae30 commit 89a0adc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,11 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r docs/requirements.txt
- name: Install lcov
run: |
sudo apt-get update
sudo apt-get install -y lcov
- name: Build package
run: |
@@ -45,6 +50,8 @@ jobs:
- name: Capture Coverage Data with lcov
run: |
cd build
sudo apt-get update
sudo apt-get install -y lcov
lcov --capture --directory . --output-file coverage.info
- name: Generate HTML Coverage Report with genhtml

0 comments on commit 89a0adc

Please sign in to comment.