Mercurial > vim
view .codecov.yml @ 31225:39d22d78ce92 v9.0.0946
patch 9.0.0946: CI: Error in Coverity flow is not reported
Commit: https://github.com/vim/vim/commit/ad85af5b384d8d36d7bd3e9b4086190d3a40ab15
Author: K.Takata <kentkt@csc.jp>
Date: Fri Nov 25 00:57:05 2022 +0000
patch 9.0.0946: CI: Error in Coverity flow is not reported
Problem: CI: Error in Coverity flow is not reported.
Solution: Use another way to avoid errors in a forked repository. (Ken
Takata, closes #11609)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 25 Nov 2022 02:00:04 +0100 |
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"