We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d599b commit 4649c12Copy full SHA for 4649c12
.codecov.yml
@@ -4,3 +4,8 @@ coverage:
4
project:
5
default:
6
threshold: 0.05%
7
+
8
+# Files not run by tests
9
+ignore:
10
+ - "src/dosinst.c"
11
+ - "src/uninstall.c"
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 4904,
751
/**/
752
4903,
753
0 commit comments