Skip to content

Commit

Permalink
python cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Apr 2, 2024
1 parent a0bfad0 commit aa21209
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 @@ -25,7 +25,7 @@ jobs:
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 lcov
pip install -U setuptools pytest numpy scipy
pip install -U setuptools pytest pytest-cov numpy scipy
- name: Build (C++)
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Test (Python)
run: |
pytest src/example/basic_registration.py
pytest src/example/basic_registration.py --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit aa21209

Please sign in to comment.