mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-10 09:30:59 +00:00
Use Coveralls GitHub Action
Python package stopped working.
This commit is contained in:
parent
6ac5ed4d57
commit
b5a290e98e
1 changed files with 2 additions and 5 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install -U pip
|
||||
python -m pip install -U hatchling hatch-vcs polib
|
||||
python -m pip install -U tox coveralls
|
||||
python -m pip install -U tox
|
||||
|
||||
- name: Wait for ClamAV to be ready
|
||||
run: |
|
||||
|
|
@ -97,10 +97,7 @@ jobs:
|
|||
python -m tox -e ${{ matrix.toxenv }}
|
||||
|
||||
- name: Report to coveralls
|
||||
run: coveralls
|
||||
env:
|
||||
COVERALLS_SERVICE_NAME: github
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d
|
||||
|
||||
docs:
|
||||
# there's some overlap with publish-pages.yml, but this one runs on pull
|
||||
|
|
|
|||
Loading…
Reference in a new issue