view .codecov.yml @ 32842:bb24afd68742 v9.0.1733

patch 9.0.1733: CI: cannot cache linux-modules-extra Commit: https://github.com/vim/vim/commit/d2af6c66fe9b6bbb58d6ffdf8b3aa6e57d993b1f Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu Aug 17 23:45:08 2023 +0200 patch 9.0.1733: CI: cannot cache linux-modules-extra Problem: CI: cannot cache linux-modules-extra Solution: Enable caching and reduce failed downloads closes: #12779 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Aug 2023 00:00: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"