Skip to content

Commit

Permalink
github-ci: remove codecov
Browse files Browse the repository at this point in the history
Never really used it, TBH
  • Loading branch information
pbui committed Aug 8, 2024
1 parent d2faa7b commit 6e5d392
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6e5d392

Please sign in to comment.