view .codecov.yml @ 31944:87ed5e064db2 v9.0.1304

patch 9.0.1304: "$" for 'list' option displayed in wrong position Commit: https://github.com/vim/vim/commit/234c3fab28c14846b962c90097496b27ee1b4df8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 12 14:42:15 2023 +0000 patch 9.0.1304: "$" for 'list' option displayed in wrong position Problem: "$" for 'list' option displayed in wrong position when there are text properties. Solution: Adjust logic for order of displayed items. (closes #11959)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Feb 2023 15:45:04 +0100
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"