view .codecov.yml @ 32272:2df0f9779992 v9.0.1467

patch 9.0.1467: Jenkinsfiles are not recognized as groovy Commit: https://github.com/vim/vim/commit/142ffb024dd5123090c2fd02f55702e76520f1df Author: dundargoc <gocdundar@gmail.com> Date: Tue Apr 18 20:53:22 2023 +0100 patch 9.0.1467: Jenkinsfiles are not recognized as groovy Problem: Jenkinsfiles are not recognized as groovy. Solution: Add a pattern for Jenkinsfiles. (closes https://github.com/vim/vim/issues/12236)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Apr 2023 22:00: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"