view .codecov.yml @ 32487:2707c75175c6 v9.0.1575

patch 9.0.1575: "file N of M" message is not translated Commit: https://github.com/vim/vim/commit/a8490a4952c320f234ae4528d4a1e812a27f3a0a Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 23 18:00:58 2023 +0100 patch 9.0.1575: "file N of M" message is not translated Problem: "file N of M" message is not translated. Solution: Make argument count message translatable. (close https://github.com/vim/vim/issues/12429)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 May 2023 19:15: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"