view .codecov.yml @ 24897:80edcb27d19a v8.2.2986

patch 8.2.2986: build failure without the profile feature Commit: https://github.com/vim/vim/commit/d9f31c13d217b4b97f724774a67a6d1f8640e8ae Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 14:15:29 2021 +0200 patch 8.2.2986: build failure without the profile feature Problem: Build failure without the profile feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 14:30:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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