about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-06-19 11:29:48 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-06-19 11:29:48 +0900
commitb6cb1eb2602a7401898f43e9dc7e57f0b294c78a (patch)
tree540edfb10c33f2c5440add9114e5608cff65dd82
parenta4ee50e312a8342c9a907119d091778379bfe0cb (diff)
downloadscadere-b6cb1eb2602a7401898f43e9dc7e57f0b294c78a.tar.gz
Hint coverage commands' dependency
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c0b0fe..341904e 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,7 @@ The mailing list also welcomes patches.  Please maintain
 a full branch [coverage], keep the [hobgoblins][flake8] happy,
 and ensure the software is easy to [reuse]:
 
-    PYTHONPATH=src coverage run
-    coverage report
+    PYTHONPATH=src coverage run && coverage report
     flake8
     reuse lint