view .codecov.yml @ 25427:2fffc285871d v8.2.3250

patch 8.2.3250: MS-Windows: cannot build with libsodium Commit: https://github.com/vim/vim/commit/1790be6cb6f2edfd8a833dd848b8df02cef599cf Author: Christian Brabandt <cb@256bit.org> Date: Fri Jul 30 20:51:59 2021 +0200 patch 8.2.3250: MS-Windows: cannot build with libsodium Problem: MS-Windows: cannot build with libsodium. Solution: Change FEAT_SODIUM into HAVE_SODIUM. (Christian Brabandt, closes #8668, closes #8663)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Jul 2021 21:00:04 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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