Skip to content

Commit

Permalink
Attempt to fix coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed May 22, 2024
1 parent c468735 commit a27dada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox coveragepy-lcov 'coverage<7'
pip install tox 'coverage<7'
- name: Run coverage
run: |
tox -e coverage
- name: Convert to lcov
run: coveragepy-lcov --output_file_path coveralls.info
tox -e coverage -- --output-lcov coveralls.info
- name: Upload report to Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit a27dada

Please sign in to comment.