Skip to content

Commit

Permalink
ci/coveralls: replace github-action with python package
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Feb 6, 2020
1 parent d1d6288 commit 8c7c6b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: pipenv run pylint --disable=missing-requirement --disable=parse-error tests/*
- run: pipenv run pytest --cov=ical2vdir --cov-report=term-missing --cov-fail-under=100
- run: pipenv run black --check .
- uses: coverallsapp/github-action@v1.0.1
with:
path-to-lcov: ./.coverage
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: pip install 'coveralls<2'
- run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c7c6b3

Please sign in to comment.