view .codecov.yml @ 25114:989d7930ce65 v8.2.3094

patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Commit: https://github.com/vim/vim/commit/c60e959cba03fae9cff9b2674fab646cc70819fc Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Jul 3 21:41:38 2021 +0200 patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Problem: Test_popup_atcursor_pos() fails without the conceal feature. Solution: Add a check for the conceal feature. (Dominique Pell?, closes #8505)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 21:45:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%