Skip to content

Commit

Permalink
fixup! 8148e1e
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Jul 5, 2024
1 parent 8148e1e commit f047830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- uses: 'coverallsapp/github-action@master'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
file: 'coverage.xml'
format: 'python'
path-to-lcov: 'lcov.info'

macos:
runs-on: ${{ matrix.runner }}
Expand Down Expand Up @@ -79,8 +78,7 @@ jobs:
- uses: 'coverallsapp/github-action@master'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
file: 'coverage.xml'
format: 'python'
path-to-lcov: 'lcov.info'

windows:
runs-on: 'windows-latest'
Expand Down Expand Up @@ -112,5 +110,4 @@ jobs:
- uses: 'coverallsapp/github-action@master'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
file: 'coverage.xml'
format: 'python'
path-to-lcov: 'lcov.info'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
lcov.info

# Translations
*.mo
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps =
pytest-cov
extras = yaml
commands =
py.test --cov={envsitepackagesdir}/passacre --cov-report=html --cov-report=xml -ra {posargs} {envsitepackagesdir}/passacre
py.test --cov={envsitepackagesdir}/passacre --cov-report=html --cov-report=lcov:lcov.info -ra {posargs} {envsitepackagesdir}/passacre

[flake8]
max-line-length = 119

0 comments on commit f047830

Please sign in to comment.