[buddypress-trac] [BuddyPress Trac] #7207: track code coverage

buddypress-trac noreply at wordpress.org
Sun Aug 7 13:47:29 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:"10997"]:
 {{{
 #!CommitTicketReference repository="" revision="10997"
 Travis-CI: adds code coverage with https://codecov.io

 Adds a new Travis-CI task which runs PHPUnit with code coverage enabled.
 The results are piped to codecov.io, which we're experimenting with to
 track
 progress on our code's test coverage as the project grows.

 Code coverage generation is very slow. To try to minimise the impact on
 the
 rest of our Travis-CI configuration, the new `travis:codecoverage` task is
 set in the `allowed_failures` section, which means Travis-CI should report
 test pass/fail without waiting for the code coverage generation.

 Another effort to speed this up has Travis-CI running the code coverage
 task
 on PHP7 with `phpdbg`, as opposed to relying on `xdebug`, which is the
 default.

 See #7207 and https://codecov.io/gh/buddypress/BuddyPress
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7207#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list