view .codecov.yml @ 28767:7bbd859b2a48 v8.2.4908

patch 8.2.4908: no text formatting for // comment after a statement Commit: https://github.com/vim/vim/commit/48a8a833033e10fc1eba96f2fc8dd19c2408eddf Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 15:43:52 2022 +0100 patch 8.2.4908: no text formatting for // comment after a statement Problem: No text formatting for // comment after a statement. Solution: format a comment when the 'c' flag is in 'formatoptions'.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 16:45:02 +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"