[buddypress-trac] [BuddyPress Trac] #7207: track code coverage
buddypress-trac
noreply at wordpress.org
Mon Aug 8 13:36:33 UTC 2016
#7207: track code coverage
------------------------------+------------------
Reporter: DJPaul | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 2.7
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: |
------------------------------+------------------
Comment (by djpaul):
In [changeset:"11001"]:
{{{
#!CommitTicketReference repository="" revision="11001"
Travis-CI: disable xdebug globally and switch `travis:codecoverage` to use
xdebug instead of phpdbg.
In r10997, we set up a code coverage task which used phpdbg to speed up
code coverage report generation.
Iteration and further testing has shown the Travis-CI environment will not
support our particular project
layout with phpdbg. This commit simplifies the code coverage to use
xdebug.
xdebug has also been globally disabled on Travis-CI (the code coverage
task explicitly re-enables it)
because we are not relying on it for any parts of our existing tests, and
doing so should speed up
running the unit tests.
See #7207
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7207#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list