Browse Source

pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place)

https://github.com/fphammerle/python-manchester-code/commit/81a66a970575486b841ca3d919c4b8f9e99f96ac
https://github.com/fphammerle/wireless-sensor-mqtt/commit/8316bd7766bc6ea49a864262eaa2869d161bfada
Fabian Peter Hammerle 1 year ago
parent
commit
9cd3a7c057
2 changed files with 2 additions and 11 deletions
  1. 0 9
      .github/workflows/python.yml
  2. 2 2
      README.rst

+ 0 - 9
.github/workflows/python.yml

@@ -60,12 +60,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

+ 2 - 2
README.rst

@@ -5,8 +5,8 @@ pubmed-bibtex
     :target: https://github.com/psf/black
 .. image:: https://github.com/fphammerle/pubmed-bibtex/workflows/tests/badge.svg
     :target: https://github.com/fphammerle/pubmed-bibtex/actions
-.. image:: https://coveralls.io/repos/github/fphammerle/pubmed-bibtex/badge.svg?branch=master
-    :target: https://coveralls.io/github/fphammerle/pubmed-bibtex?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/pubmed-bibtex/actions
 .. image:: https://img.shields.io/pypi/v/pubmed-bibtex.svg
     :target: https://pypi.org/project/pubmed-bibtex/#history
 .. image:: https://img.shields.io/pypi/pyversions/pubmed-bibtex.svg