Skip to content

Commit

Permalink
[ci] try with coveragepy-lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 665ee71 commit 864c2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 coverage-lcov
pip install --user coveralls coverage-lcov coveragepy-lcov
conda list
conda info -a
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
rm tests/pycuba_test.py
coverage run setup.py test
coverage report
coverage-lcov
coveragepy-lcov
python pymultinest_demo_minimal.py
python pymultinest_demo.py
Expand Down

0 comments on commit 864c2b1

Please sign in to comment.