view .codecov.yml @ 26976:1435891c3fd1 v8.2.4017

patch 8.2.4017: gcc warns for misleading indent in Athena menu code Commit: https://github.com/vim/vim/commit/a33737b6d80f5461c1c6c4c96b5bc4964a737927 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Thu Jan 6 12:35:31 2022 +0000 patch 8.2.4017: gcc warns for misleading indent in Athena menu code Problem: Gcc warns for misleading indent in Athena menu code. Solution: Add curlies around the two statements. (Dominique Pell?, closes #9480)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 13:45:03 +0100
parents 3b378f03f713
children 8bb342f944d3
line wrap: on
line source

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