Skip to content

Commit

Permalink
Try using python coveralls instead of GHA as GHA requires lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 7, 2021
1 parent 9f1c49e commit 8ca556c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -79,10 +79,11 @@ jobs:
cd website
python3 -m pytest --cov-append -m 'serial'
- name: Coveralls
uses: coverallsapp/github-action@master
with:
path-to-lcov: ./website/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
cd website
coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
lint:
name: Lint code
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion website/tests/requirements.txt
Expand Up @@ -2,6 +2,6 @@ flask_testing
attrs==19.1.0
pytest==4.1.0
pytest-cov==2.5.1
coveralls==1.11.1
coveralls==2.2.0
pytest-xdist==1.23.0
flake8

0 comments on commit 8ca556c

Please sign in to comment.