Skip to content

Commit 97f4c63

Browse files
committed
Update changelog, fix ci.yml
1 parent 6c25776 commit 97f4c63

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
- name: Install dependencies
3939
run: uv sync --all-extras
4040
- name: Run tests
41-
run: |
42-
uv run coverage run --source herald runtests.py -v 2
43-
uv run coverage run -m django test --settings=tests.settings --pythonpath=. -v 2
41+
run: uv run coverage run -m django test --settings=tests.settings --pythonpath=. -v 2
4442
- name: Report coverage to Codecov
4543
uses: codecov/codecov-action@v3

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
## Unreleased
4-
3+
## Unreleased (tbd)
54
- #35 via MR #36 - Add security policy via `SECURITY.md`
65
- #33 via MR #38 - Switch to `uv` for package dependencies
7-
- #34 - Switch to `uv` for building and publishing package
6+
- #34 via MR #40 - Switch to `uv` for building and publishing package
87
- Chore/Docs: Drop official support for Python 3.9 (EOL October 2025)
98

109

0 commit comments

Comments
 (0)