view .codecov.yml @ 28848:ba81f4ed59e2 v8.2.4947

patch 8.2.4947: text properties not adjusted when accepting spell suggestion Commit: https://github.com/vim/vim/commit/b7a701255578b38896631ba20556b856e8888069 Author: LemonBoy <thatlemon@gmail.com> Date: Fri May 13 12:41:50 2022 +0100 patch 8.2.4947: text properties not adjusted when accepting spell suggestion Problem: Text properties not adjusted when accepting spell suggestion. Solution: Adjust text properties when text changes. (closes https://github.com/vim/vim/issues/10414)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 May 2022 13:45:03 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"