Skip to content

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 bd0f26b commit d8e90de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,3 @@ jobs:
# https://github.com/PyCQA/pylint/issues/352
- run: pipenv run pylint --disable=duplicate-code 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 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CI Pipeline Status](https://github.com/fphammerle/switchbot-mqtt/workflows/tests/badge.svg)](https://github.com/fphammerle/switchbot-mqtt/actions)
[![Coverage Status](https://coveralls.io/repos/github/fphammerle/switchbot-mqtt/badge.svg?branch=master)](https://coveralls.io/github/fphammerle/switchbot-mqtt?branch=master)
![Coverage Status](https://ipfs.io/ipfs/QmP8k5H4MkfspFxQxdL2kEZ4QQWQjF8xwPYD35KvNH4CA6/20230429T090002+0200/s3.amazonaws.com/assets.coveralls.io/badges/coveralls_100.svg)
[![Last Release](https://img.shields.io/pypi/v/switchbot-mqtt.svg)](https://pypi.org/project/switchbot-mqtt/#history)
[![Compatible Python Versions](https://img.shields.io/pypi/pyversions/switchbot-mqtt.svg)](https://pypi.org/project/switchbot-mqtt/)

Expand Down

0 comments on commit d8e90de

Please sign in to comment.