mirror of
https://github.com/php/web-gcov.git
synced 2026-03-24 09:12:15 +01:00
[PR #10] Fix tests for 7.4 and up, drop 7.3 and under #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/web-gcov/pull/10
State: closed
Merged: No
Somewhere in the 7.4 cycle the lcov make target ditched its dependency on test, so this should fix generating coverage data. It'd break for 7.3 and earlier but I don't think they're worth the extra work to support so they're removed.
I've been told gcov.php.net has been decommissioned, but it's still up right now and may as well work until it's gone. Who knows, the replacement might turn out to be a dud and gcov kept after all.
Small caveat: I didn't set up a replica of web-gcov to test this as that seemed like significant under-documented pain. Keep your fingers crossed 🤞.