Skip to content

Commit 53ed786

Browse files
nanotaboadaclaude
andcommitted
ci(cd): drop coverage flags from CD test job (#564)
CD only needs a pass/fail signal; coverage reporting belongs in CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 34dc0c2 commit 53ed786

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Run tests with pytest
4141
run: |
42-
uv run pytest --cov=./ --cov-report=xml --cov-report=term -v
42+
uv run pytest -v
4343
4444
release:
4545
needs: test

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ This project uses famous football coaches as release codenames, following an A-Z
4545
### Added
4646

4747
- Extract `test` job from `release` in CD pipeline so tests run in isolation
48-
before any publish step; add `enable-cache: true` to `astral-sh/setup-uv`
49-
for faster dependency installs; add `id-token: write` and
50-
`attestations: write` permissions to `release`; set `provenance: mode=max`
51-
and attest the image digest with `actions/attest-build-provenance@v4.1.0`
52-
(`push-to-registry: true`); add `--no-merges` to the changelog `git log`
53-
command; normalize first-release message to
54-
`"No changes (first release)"` (#564)
48+
before any publish step; run `pytest -v` only (no coverage — CI owns that);
49+
add `enable-cache: true` to `astral-sh/setup-uv` for faster dependency
50+
installs; add `id-token: write` and `attestations: write` permissions to
51+
`release`; set `provenance: mode=max` and attest the image digest with
52+
`actions/attest-build-provenance@v4.1.0` (`push-to-registry: true`); add
53+
`--no-merges` to the changelog `git log` command; normalize first-release
54+
message to `"No changes (first release)"` (#564)
5555

5656
- `alembic/`: Alembic migration support for async SQLAlchemy — `env.py`
5757
configured for async execution with `render_as_batch=True` (SQLite/PostgreSQL

0 commit comments

Comments
 (0)