view .codecov.yml @ 31972:4e59c4260d84 v9.0.1318

patch 9.0.1318: code style test fails Commit: https://github.com/vim/vim/commit/f2017f255ddceaad88a951adc6a2c190d3a18ebf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 21:29:57 2023 +0000 patch 9.0.1318: code style test fails Problem: Code style test fails. Solution: Remove trailing white space.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Feb 2023 22:45:03 +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"