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