view .codecov.yml @ 34612:f127e95333b3

CI: mingw complains about unknown escape sequence: 'l', fails with libsodium (#14259) Commit: https://github.com/vim/vim/commit/f976e2c956eb8f1643bc110bd4e3fbb8021a754d Author: Christian Brabandt <cb@256bit.org> Date: Thu Mar 21 20:55:22 2024 +0000 CI: mingw complains about unknown escape sequence: '\l', fails with libsodium (https://github.com/vim/vim/issues/14259) Problem: CI: mingw complains about unknown escape sequence: '\l', fails with sodium v1.0.19 Solution: Use other slash instead, also revert sodium version to v1.0.18 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Mar 2024 22:00:03 +0100
parents 0b8312c5dfe0
children
line wrap: on
line source

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

comment: false

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