Skip to content

Commit 77f56b9

Browse files
committed
Added info about script in README
1 parent c0e6553 commit 77f56b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ pip install coverage coveralls
4949
python -m pytest --cov=src
5050
```
5151

52+
You can also run the script to generate a local file `coverage.txt` with the same information by doing:
53+
```sh
54+
./scripts/generate_coverage_txt.sh
55+
```
56+
5257
## Development
5358

5459
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:

0 commit comments

Comments
 (0)