Skip to content

Commit 0eb04a9

Browse files
edelvalleclaude
andcommitted
chore(ci): remove Codecov integration
Remove the Codecov upload step from CI workflow and the Codecov badge from README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 39db37f commit 0eb04a9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,3 @@ jobs:
9898
env:
9999
DJHTMX_REDIS_URL: redis://localhost:6379/0
100100

101-
- name: Upload coverage reports to Codecov
102-
uses: codecov/codecov-action@v5
103-
with:
104-
token: ${{ secrets.CODECOV_TOKEN }}
105-
if: always() # Upload coverage even if tests fail

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# djhtmx
22

33
[![CI](https://github.com/edelvalle/djhtmx/actions/workflows/ci.yml/badge.svg)](https://github.com/edelvalle/djhtmx/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/edelvalle/djhtmx/branch/master/graph/badge.svg)](https://codecov.io/gh/edelvalle/djhtmx)
54

65
Interactive UI Components for Django using [htmx](https://htmx.org)
76

0 commit comments

Comments
 (0)