mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused gcov artifacts (#12786)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -254,7 +254,7 @@ phpt.*
|
|||||||
tmp-php.ini
|
tmp-php.ini
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Generated by GCC's gcov and LCOV via build/Makefile.gcov and gcov.php.net
|
# Generated by GCC's gcov and LCOV via build/Makefile.gcov
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ LCOV_EXCLUDES = \
|
|||||||
'$(top_srcdir)/ext/gd/libgd/*' \
|
'$(top_srcdir)/ext/gd/libgd/*' \
|
||||||
'$(top_srcdir)/ext/hash/sha3/*' \
|
'$(top_srcdir)/ext/hash/sha3/*' \
|
||||||
'$(top_srcdir)/ext/mbstring/libmbfl/*' \
|
'$(top_srcdir)/ext/mbstring/libmbfl/*' \
|
||||||
'$(top_srcdir)/ext/opcache/jit/libudis86/*' \
|
|
||||||
'$(top_srcdir)/ext/pcre/pcre2lib/*' \
|
'$(top_srcdir)/ext/pcre/pcre2lib/*' \
|
||||||
'$(top_srcdir)/parse_date.re' \
|
'$(top_srcdir)/parse_date.re' \
|
||||||
'$(top_srcdir)/parse_iso_intervals.re'
|
'$(top_srcdir)/parse_iso_intervals.re'
|
||||||
@@ -24,7 +23,6 @@ GCOVR_EXCLUDES = \
|
|||||||
'ext/gd/libgd/.*' \
|
'ext/gd/libgd/.*' \
|
||||||
'ext/hash/sha3/.*' \
|
'ext/hash/sha3/.*' \
|
||||||
'ext/mbstring/libmbfl/.*' \
|
'ext/mbstring/libmbfl/.*' \
|
||||||
'ext/opcache/jit/libudis86/.*' \
|
|
||||||
'ext/pcre/pcre2lib/.*'
|
'ext/pcre/pcre2lib/.*'
|
||||||
|
|
||||||
lcov: lcov-html
|
lcov: lcov-html
|
||||||
|
|||||||
@@ -1686,7 +1686,7 @@ else
|
|||||||
pharcmd_install=
|
pharcmd_install=
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
|
all_targets="\$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
|
||||||
install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
|
install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
|
||||||
|
|
||||||
PHP_SUBST(all_targets)
|
PHP_SUBST(all_targets)
|
||||||
|
|||||||
Reference in New Issue
Block a user