annotate .codecov.yml @ 26065:e38c45dbcc70 v8.2.3566

patch 8.2.3566: build failure on old systems when using nano timestamp Commit: https://github.com/vim/vim/commit/44db603f691b58a8531e8ff528e0a7ce644257b2 Author: Gary Johnson <garyjohn@spocom.com> Date: Thu Oct 28 20:49:06 2021 +0100 patch 8.2.3566: build failure on old systems when using nano timestamp Problem: Build failure on old systems when using nano timestamp. Solution: Define _BSD_SOURCE, _SVID_SOURCE and _DEFAULT_SOURCE. (Gary Johnson, closes #9054)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Oct 2021 22:00:05 +0200
parents 3b378f03f713
children 8bb342f944d3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23608
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 coverage:
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 range: "80...100"
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 status:
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 project:
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 default:
3b378f03f713 patch 8.2.2346: Codecov reports every little coverage drop
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 threshold: 0.05%