diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 79c10d5..8f4d18e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,9 +31,3 @@ jobs: run: | python3 -m coverage run -m unittest discover python3 -m coverage html - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - fail_ci_if_error: true - verbose: true diff --git a/README.md b/README.md index a30ee9e..4e77473 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Bobbit -[![codecov](https://codecov.io/gh/pbui/bobbit/branch/bobbit-0.2.x/graph/badge.svg?token=86oI4k2IBZ)](https://codecov.io/gh/pbui/bobbit) - **bobbit** is a simple and modular *asynchronous* IRC / Slack bot written in [Python]. The current version uses [asyncio] as its core networking and event processing backend.