|
@@ -39,7 +39,7 @@ jobs:
|
|
- run: pipenv run pylint --disable=missing-requirement --disable=parse-error tests/*
|
|
- 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 pytest --cov=ical2vdir --cov-report=term-missing --cov-fail-under=100
|
|
- run: pipenv run black --check .
|
|
- run: pipenv run black --check .
|
|
- - uses: coverallsapp/github-action@v1.0.1
|
|
+ - run: pip install 'coveralls<2'
|
|
- with:
|
|
+ - run: coveralls
|
|
- path-to-lcov: ./.coverage
|
|
+ env:
|
|
- github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
+ COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|