view .codecov.yml @ 31563:1da5ce62edeb v9.0.1114

patch 9.0.1114: CI does not use the latest Python version Commit: https://github.com/vim/vim/commit/ef91ae4557ac93e581b0ec39bf4c78c3556d7484 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Dec 30 17:41:17 2022 +0000 patch 9.0.1114: CI does not use the latest Python version Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes https://github.com/vim/vim/issues/11761)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:45:04 +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"