view .codecov.yml @ 31251:e8ac01ad4be9 v9.0.0959

patch 9.0.0959: error when using the "File Settings / Text Width" menu Commit: https://github.com/vim/vim/commit/8b336a6614463fb9ce72db24d00c5aef4f22697e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 27 15:51:46 2022 +0000 patch 9.0.0959: error when using the "File Settings / Text Width" menu Problem: Error when using the "File Settings / Text Width" menu. Solution: Use str2nr(). (closes https://github.com/vim/vim/issues/11624)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Nov 2022 17:00: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"