diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 11:29:48 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 11:29:48 +0900 |
commit | b6cb1eb2602a7401898f43e9dc7e57f0b294c78a (patch) | |
tree | 540edfb10c33f2c5440add9114e5608cff65dd82 | |
parent | a4ee50e312a8342c9a907119d091778379bfe0cb (diff) | |
download | scadere-b6cb1eb2602a7401898f43e9dc7e57f0b294c78a.tar.gz |
Hint coverage commands' dependency
-rw-r--r-- | README.md | 3 |
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 |