This is an automated email from the ASF dual-hosted git repository.
sungwy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 9e27d59e Update "verify release" instruction (#1064)
9e27d59e is described below
commit 9e27d59e51e80049d39e72586a932cd561cdd092
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Aug 15 14:19:22 2024 -0700
Update "verify release" instruction (#1064)
* update release
* Update verify-release.md
---
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..aff463c5 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 both unit tests and integration tests:
```sh
make test-coverage