Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
pipeline: remove coveralls ("422 Client Error: Unprocessable Entity f…
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Apr 29, 2023
1 parent eb44056 commit 3f4dff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,3 @@ jobs:
# > [Errno 2] No such file or directory: 'tests/resources/__init__.py' (parse-error)
- run: pipenv run pylint --disable=parse-error tests/*
- run: pipenv run mypy "$(cat *.egg-info/top_level.txt)" tests
# >=2.1.0 to support GITHUB_TOKEN
# COVERALLS_REPO_TOKEN required manual configuration of secret
# https://github.com/TheKevJames/coveralls-python/commit/f597109b62fadaf900af79d4f08a7debee5229e2
- run: pip install 'coveralls>=2.1.0,<4'
- run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/TheKevJames/coveralls-python/issues/240#issuecomment-758336355
COVERALLS_SERVICE_NAME: github
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ freesurfer-stats
:target: https://github.com/psf/black
.. image:: https://github.com/fphammerle/freesurfer-stats/workflows/tests/badge.svg
:target: https://github.com/fphammerle/freesurfer-stats/actions
.. image:: https://coveralls.io/repos/github/fphammerle/freesurfer-stats/badge.svg?branch=master
:target: https://coveralls.io/github/fphammerle/freesurfer-stats?branch=master
.. image:: https://ipfs.io/ipfs/QmP8k5H4MkfspFxQxdL2kEZ4QQWQjF8xwPYD35KvNH4CA6/20230429T090002+0200/s3.amazonaws.com/assets.coveralls.io/badges/coveralls_100.svg
:target: https://github.com/fphammerle/freesurfer-stats/actions
.. image:: https://img.shields.io/pypi/v/freesurfer-stats.svg
:target: https://pypi.org/project/freesurfer-stats/#history
.. image:: https://img.shields.io/pypi/pyversions/freesurfer-stats.svg
Expand Down

0 comments on commit 3f4dff9

Please sign in to comment.