Skip to content

Commit ba67c39

Browse files
lesnik512claude
andauthored
ci: drop codecov upload step (#47)
Coverage floor is already enforced by --cov-fail-under=100 in pyproject.toml's [tool.pytest.ini_options], so codecov-action wasn't guarding anything. Drops the step ahead of GitHub's 2026-06-16 Node 20 deprecation that would have force-upgraded codecov-action@v4.0.1 to Node 24 with unclear effects. Operator follow-up: the CODECOV_TOKEN repo secret is now unused and can be deleted from Settings -> Secrets and variables -> Actions. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1c746a4 commit ba67c39

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,3 @@ jobs:
5555
PYTHONDONTWRITEBYTECODE: 1
5656
PYTHONUNBUFFERED: 1
5757
DB_DSN: postgresql+asyncpg://postgres:password@127.0.0.1/postgres
58-
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v4.0.1
60-
env:
61-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
62-
with:
63-
files: ./coverage.xml
64-
flags: unittests
65-
name: codecov-${{ matrix.python-version }}

0 commit comments

Comments
 (0)