Closed rjkroege closed 2 years ago
Merging #406 (82d4742) into master (e48e054) will increase coverage by
0.03%
. The diff coverage is61.53%
.
@@ Coverage Diff @@
## master #406 +/- ##
==========================================
+ Coverage 53.74% 53.77% +0.03%
==========================================
Files 55 55
Lines 10653 10671 +18
==========================================
+ Hits 5725 5738 +13
- Misses 4513 4520 +7
+ Partials 415 413 -2
Impacted Files | Coverage Δ | |
---|---|---|
tagindex.go | 84.82% <61.53%> (-2.58%) |
:arrow_down: |
wind.go | 74.09% <0.00%> (+0.32%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e48e054...82d4742. Read the comment docs.
Improve the updating of the selection in Window tags across various actions (e.g. Undo of a file name change) where Edwood programmatically updates the contents of the tag. Fixes #400.