From 77f56b97e1497f415872b67532a0ceffd822bac1 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Thu, 6 Jun 2024 13:46:18 +0200 Subject: [PATCH] Added info about script in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 73f5f245..455759de 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ pip install coverage coveralls python -m pytest --cov=src ``` +You can also run the script to generate a local file `coverage.txt` with the same information by doing: +```sh +./scripts/generate_coverage_txt.sh +``` + ## Development The plugin is still under development. If you would like to contribute, install the package in editable mode (with the added `-e` flag) with the development dependencies: