Skip to content

Commit fcffdc2

Browse files
committed
ci: add code coverage check to integration_delivery workflow
1 parent 122977b commit fcffdc2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/integration_delivery.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
run: |
108108
uv run --frozen poe test --verbosity=2 --cov-report=xml --cov-report=html --log-level=DEBUG --log-cli-level=5
109109
110+
- name: Check Code Coverage
111+
run: |
112+
uvx coverage report --fail-under=100 --skip-empty
113+
110114
- name: Collect Store Snapshots
111115
uses: actions/upload-artifact@v4
112116
if: always()

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- build: switch versioning source to `version.py`, support Python 3.14
77
- refactor: improve weakref handling in store listeners and event handlers, remove manual `weakref` handling in `SideEffectRunner`, optimize `Autorun` checks and subscription logic
88
- test: add tests for subscription lifecycle
9+
- ci: add code coverage check to `integration_delivery` workflow
910

1011
## Version 0.24.0
1112

0 commit comments

Comments
 (0)