view .codecov.yml @ 32623:2cd120c9daba v9.0.1643

patch 9.0.1643: filetype detection fails if file name ends in many '~' Commit: https://github.com/vim/vim/commit/c12e4eecbb26cedca96e0810d3501043356eebaa Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 12:18:57 2023 +0100 patch 9.0.1643: filetype detection fails if file name ends in many '~' Problem: Filetype detection fails if file name ends in many '~'. Solution: Strip multiple '~' at the same time. (closes https://github.com/vim/vim/issues/12553)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jun 2023 13:30:05 +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"