view .codecov.yml @ 30663:65c35212c772 v9.0.0666

patch 9.0.0666: spacing-combining characters handled as composing Commit: https://github.com/vim/vim/commit/7beaf6a720ddc7e2989c8831872bfb98ec78a65d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 5 18:03:00 2022 +0100 patch 9.0.0666: spacing-combining characters handled as composing Problem: Spacing-combining characters handled as composing, causing text to take more space than expected. Solution: Handle characters marked with "Mc" not as composing. (closes #11282
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Oct 2022 19:15: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"