Closed alysbrooks closed 1 year ago
Base: 75.58% // Head: 75.58% // No change to project coverage :thumbsup:
Coverage data is based on head (
b6e83cc
) compared to base (fc532eb
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Released in v1.78.1249
[lambdaisland/kaocha "1.78.1249"] ;; deps.edn
{lambdaisland/kaocha {:mvn/version "1.78.1249"}} ;; project.clj
Beholder released a fix for certain editors that create a new file and then delete instead of modify. I believe Vim and Neovim do this when
noswapfile
and eitherbackupcopy=no
orbackupcopy=auto
are set, but other editors probably do it too.Sometimes these creation events would be dropped because the file exists already. I haven't noticed this problem when using --watch with Neovim, but it may depend on timing and thus may be highly platform-, version- or setup-specific. Also, I consider this a safe change to make without reproducing the initial issue.