view .codecov.yml @ 29493:6c1e06abff2c v9.0.0088

patch 9.0.0088: pattern for detecting bitbake files is not sufficient Commit: https://github.com/vim/vim/commit/30e212dac1d29536883c36918a465a38d81d6413 Author: Gregory Anders <greg@gpanders.com> Date: Tue Jul 26 21:42:03 2022 +0100 patch 9.0.0088: pattern for detecting bitbake files is not sufficient Problem: Pattern for detecting bitbake files is not sufficient. Solution: Adjust the pattern. (Gregory Anders, closes https://github.com/vim/vim/issues/10743)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 22:45:04 +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"