view .codecov.yml @ 28425:ef62a0ea2a78 v8.2.4737

patch 8.2.4737: // in JavaScript string recognized as comment Commit: https://github.com/vim/vim/commit/1655619717ff109ea8bf1002883636d5af345e48 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 11 17:36:37 2022 +0100 patch 8.2.4737: // in JavaScript string recognized as comment Problem: // in JavaScript string recognized as comment. Solution: Only check for linecomment if 'cindent' is set. (closes https://github.com/vim/vim/issues/10151)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Apr 2022 18:45:02 +0200
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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