view .codecov.yml @ 24882:4c1b6f3eb96b v8.2.2979

patch 8.2.2979: not all options code is covered by tests Commit: https://github.com/vim/vim/commit/5958549760652c173b703613b9cbf09b25a4eddb Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Jun 12 13:46:41 2021 +0200 patch 8.2.2979: not all options code is covered by tests Problem: Not all options code is covered by tests. Solution: Add more tests for options. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8369)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jun 2021 14:00:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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