Bläddra i källkod

pipeline: remove broken coveralls (log below, `pytest --cov-fail-under=100 …` in place)

> Run coveralls report
> …
>   v0.6.12
>
> 🔍 Detected coverage file: .coverage
> 🚨 Nothing to report
> Error: Process completed with exit code 1.
https://github.com/fphammerle/location-guessing-game-telegram-bot/actions/runs/10106681742/job/27949228829

https://github.com/fphammerle/python-cc1101/commit/dee1d36f33396d45e53d5e191d56c03f88226a31
Fabian Peter Hammerle 6 månader sedan
förälder
incheckning
3935612d88
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 0 1
      .github/workflows/python.yml
  2. 1 1
      README.md

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

@@ -74,4 +74,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
-    - uses: coverallsapp/github-action@v2

+ 1 - 1
README.md

@@ -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/location-guessing-game-telegram-bot/workflows/tests/badge.svg)](https://github.com/fphammerle/location-guessing-game-telegram-bot/actions)
-[![Coverage Status](https://coveralls.io/repos/github/fphammerle/location-guessing-game-telegram-bot/badge.svg?branch=master)](https://coveralls.io/github/fphammerle/location-guessing-game-telegram-bot?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/location-guessing-game-telegram-bot.svg)](https://pypi.org/project/location-guessing-game-telegram-bot/#history)
 [![Compatible Python Versions](https://img.shields.io/pypi/pyversions/location-guessing-game-telegram-bot.svg)](https://pypi.org/project/location-guessing-game-telegram-bot/)