view .codecov.yml @ 28437:c01ae844a9cc v8.2.4743

patch 8.2.4743: clang 14 is available on CI Commit: https://github.com/vim/vim/commit/9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Apr 12 15:40:12 2022 +0100 patch 8.2.4743: clang 14 is available on CI Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes https://github.com/vim/vim/issues/10157)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Apr 2022 16:45:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%