Commit f0a9f48
Fix testing with coverage (#81)
* Notify coverage gathering is done
When testing with coverage RubyLsp::LspReporter.instance.shutdown will
not actually shutdown. It expects to be notified via at_coverage_exit
so that it can gather coverage stats.
* Either shutdown or coverage_exit depending on coverage status
Co-authored-by: Stan Lo <[email protected]>
---------
Co-authored-by: Stan Lo <[email protected]>1 parent 3f02e7e commit f0a9f48
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments