view .codecov.yml @ 28927:272a24b53d0c v8.2.4986

patch 8.2.4986: some github actions are outdated Commit: https://github.com/vim/vim/commit/8a83ffdc43a4fc904f686864a24a5b0f240df593 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri May 20 17:19:06 2022 +0100 patch 8.2.4986: some github actions are outdated Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes https://github.com/vim/vim/issues/10450)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 May 2022 18:30: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"