view .codecov.yml @ 32313:6761c71f4b25 v9.0.1488

patch 9.0.1488: xchacha20v2 crypt header is platform dependent Commit: https://github.com/vim/vim/commit/35a2ec18d6560251e8164636bac6e21ea504648e Author: ichizok <gclient.gaap@gmail.com> Date: Tue Apr 25 15:27:27 2023 +0100 patch 9.0.1488: xchacha20v2 crypt header is platform dependent Problem: xchacha20v2 crypt header is platform dependent. Solution: Avoid using "size_t". (Ozaki Kiichi, closses https://github.com/vim/vim/issues/12296)
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Apr 2023 16:30:03 +0200
parents 035fbd9bd1c6
children 0b8312c5dfe0
line wrap: on
line source

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

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/dosinst.h"
  - "src/uninstall.c"