Skip to content

Commit

Permalink
Update coveralls workflow to use lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Dec 15, 2023
1 parent f9ffec2 commit cc90480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
run: |
pip install --upgrade coveralls
coveralls --service=github
uses: coverallsapp/github-action@v2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ console_scripts =
# CAUTION: --cov flags may prohibit setting breakpoints while debugging.
# Comment those flags to avoid this pytest issue.
addopts =
--cov otoole --cov-report html
--cov otoole --cov-report lcov
--verbose
-s
# --log-cli-level=10
Expand Down

0 comments on commit cc90480

Please sign in to comment.