Skip to content

Commit

Permalink
install lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Apr 2, 2024
1 parent a24c716 commit 26c22ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get -y update
sudo apt-get install -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev
sudo apt-get install -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev lcov
pip install -U setuptools pytest numpy scipy
- name: Build (C++)
Expand All @@ -42,7 +42,7 @@ jobs:
cd ..
python3 setup.py build && python3 setup.py install --user
- name: Test
- name: Test (Python)
run: |
pytest src/example/basic_registration.py
Expand Down

0 comments on commit 26c22ec

Please sign in to comment.