view .codecov.yml @ 31291:16fc80710970 v9.0.0979

patch 9.0.0979: ch_log() text can be hard to find in the log file Commit: https://github.com/vim/vim/commit/4f501171f7ba8fe3d24c7e5bf5fcec5b5f246df1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 11:02:23 2022 +0000 patch 9.0.0979: ch_log() text can be hard to find in the log file Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Dec 2022 12:15:05 +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"