You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ Unreleased changes
7
7
8
8
### CI/CD
9
9
10
+
- Review the coverage configuration in light of `covdefaults`, adopting its `assert_never` exclusion and `skip_covered` report setting, and raising all package coverage gates to 100% ({gh-pr}`390`)
11
+
- Adopt pytest's strict mode, following the recommendations from pytest's "Good Integration Practices" guide ({gh-pr}`387`)
12
+
- Make the e2e path sanity check independent of the checkout directory's name, so tests can run from git worktrees ({gh-pr}`391`)
10
13
- Bump actions/download-artifact from 7 to 8 ({gh-pr}`368`)
11
14
- Bump actions/upload-artifact from 6 to 7 ({gh-pr}`369`)
12
15
- Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ({gh-pr}`370`)
@@ -19,6 +22,7 @@ Unreleased changes
19
22
- Bump actions/checkout from 6 to 7 ({gh-pr}`383`)
20
23
- pre-commit autoupdate ({gh-pr}`379`)
21
24
- Fix the test suite's compatibility with the latest pytest release ({gh-pr}`384`)
25
+
- Use the official `astral-sh/setup-uv` action to install and cache `uv` in CI ({gh-pr}`386`)
0 commit comments