Skip to content

Commit

Permalink
[ci] add coverage-lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 11d3153 commit 665ee71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install python dependencies
run: |
mamba install --quiet --file conda-requirements.txt corner
pip install --user coveralls
pip install --user coveralls coverage-lcov
conda list
conda info -a
Expand Down Expand Up @@ -86,6 +86,8 @@ jobs:
# do not test pycuba, it is broken
rm tests/pycuba_test.py
coverage run setup.py test
coverage report
coverage-lcov
python pymultinest_demo_minimal.py
python pymultinest_demo.py
Expand Down

0 comments on commit 665ee71

Please sign in to comment.