You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ pip install coverage coveralls
49
49
python -m pytest --cov=src
50
50
```
51
51
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
+
52
57
## Development
53
58
54
59
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