view .codecov.yml @ 24535:f522ef9e5ea3 v8.2.2807

patch 8.2.2807: build fails with tiny features Commit: https://github.com/vim/vim/commit/340c59ec6f9635e8cbf61db7996d68f61b48679f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 24 20:37:03 2021 +0200 patch 8.2.2807: build fails with tiny features Problem: Build fails with tiny features. Solution: Use a dummy function for ex_incdec().
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Apr 2021 20:45:03 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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