Skip to content

Commit 40d1442

Browse files
authored
Remove unused gcov artifacts (#12786)
1 parent 1e7c64b commit 40d1442

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ phpt.*
254254
tmp-php.ini
255255

256256
# ------------------------------------------------------------------------------
257-
# Generated by GCC's gcov and LCOV via build/Makefile.gcov and gcov.php.net
257+
# Generated by GCC's gcov and LCOV via build/Makefile.gcov
258258
# ------------------------------------------------------------------------------
259259
*.gcda
260260
*.gcno

build/Makefile.gcov

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ LCOV_EXCLUDES = \
1212
'$(top_srcdir)/ext/gd/libgd/*' \
1313
'$(top_srcdir)/ext/hash/sha3/*' \
1414
'$(top_srcdir)/ext/mbstring/libmbfl/*' \
15-
'$(top_srcdir)/ext/opcache/jit/libudis86/*' \
1615
'$(top_srcdir)/ext/pcre/pcre2lib/*' \
1716
'$(top_srcdir)/parse_date.re' \
1817
'$(top_srcdir)/parse_iso_intervals.re'
@@ -24,7 +23,6 @@ GCOVR_EXCLUDES = \
2423
'ext/gd/libgd/.*' \
2524
'ext/hash/sha3/.*' \
2625
'ext/mbstring/libmbfl/.*' \
27-
'ext/opcache/jit/libudis86/.*' \
2826
'ext/pcre/pcre2lib/.*'
2927

3028
lcov: lcov-html

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ else
16861686
pharcmd_install=
16871687
fi;
16881688

1689-
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
1689+
all_targets="\$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
16901690
install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
16911691

16921692
PHP_SUBST(all_targets)

0 commit comments

Comments
 (0)