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
@@ -15,12 +15,16 @@ Unreleased changes
15
15
16
16
### CI/CD
17
17
18
+
- 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`)
19
+
- Adopt pytest's strict mode, following the recommendations from pytest's "Good Integration Practices" guide ({gh-pr}`387`)
20
+
- Make the e2e path sanity check independent of the checkout directory's name, so tests can run from git worktrees ({gh-pr}`391`)
18
21
- Bump actions/download-artifact from 7 to 8 ({gh-pr}`368`)
19
22
- Bump actions/upload-artifact from 6 to 7 ({gh-pr}`369`)
20
23
- Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 ({gh-pr}`370`)
21
24
- Bump codecov/codecov-action from 5 to 6 ({gh-pr}`371`)
22
25
- Bump actions/github-script from 8 to 9 ({gh-pr}`373`)
23
26
- pre-commit autoupdate ({gh-pr}`374`)
27
+
- Use the official `astral-sh/setup-uv` action to install and cache `uv` in CI ({gh-pr}`386`)
0 commit comments