This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch kevinjqliu/update-release
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/kevinjqliu/update-release by
this push:
new 148a46e0 update release
148a46e0 is described below
commit 148a46e06c950346cb42bde06466a89bcb134c7f
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Aug 14 19:09:55 2024 -0700
update release
---
mkdocs/docs/verify-release.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/mkdocs/docs/verify-release.md b/mkdocs/docs/verify-release.md
index bb0af96c..71dad41c 100644
--- a/mkdocs/docs/verify-release.md
+++ b/mkdocs/docs/verify-release.md
@@ -105,13 +105,7 @@ First step is to install the package:
make install
```
-And then run the tests:
-
-```sh
-make test
-```
-
-To run the full test coverage:
+To run the full test coverage, with run both unit tests and integration tests:
```sh
make test-coverage