]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 3 Nov 2022 20:01:17 +0000 (20:01 +0000)
committergithub-actions <github-actions@github.com>
Thu, 3 Nov 2022 20:01:17 +0000 (20:01 +0000)
docs/en/docs/release-notes.md

index 48992f078387932d1f66d806f49a405c3ff5166b..f2b16e2e7037df6596c6c97b252efa20ffd7e5af 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 👷 Switch from Codecov to Smokeshow plus pytest-cov to pure coverage for internal tests. PR [#5583](https://github.com/tiangolo/fastapi/pull/5583) by [@tiangolo](https://github.com/tiangolo).
 * ✅ Enable tests for Python 3.11. PR [#4881](https://github.com/tiangolo/fastapi/pull/4881) by [@tiangolo](https://github.com/tiangolo).
 * 🌐 Update wording in Chinese translation for `docs/zh/docs/python-types.md`. PR [#5416](https://github.com/tiangolo/fastapi/pull/5416) by [@supercaizehua](https://github.com/supercaizehua).
 * 🐛 Close FormData (uploaded files) after the request is done. PR [#5465](https://github.com/tiangolo/fastapi/pull/5465) by [@adriangb](https://github.com/adriangb).