[wp-trac] [WordPress Trac] #52141: Make test coverage reports easier to digest
WordPress Trac
noreply at wordpress.org
Mon Jan 4 19:46:49 UTC 2021
#52141: Make test coverage reports easier to digest
------------------------------+---------------------
Reporter: jorbin | Owner: jorbin
Type: feature request | Status: closed
Priority: normal | Milestone: 5.7
Component: Build/Test Tools | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
------------------------------+---------------------
Comment (by desrosj):
In [changeset:"49931" 49931]:
{{{
#!CommitTicketReference repository="" revision="49931"
Build/Test Tools: Change the frequency of code coverage reporting.
Before the coverage reports were submitted to Codecov.io, HTML coverage
reports were compressed into ZIP files and uploaded to the workflow run as
an artifact. A weekly schedule was chosen to run this workflow because
generating a coverage report is more time consuming, and the resulting
reports are quite large (~150-200MB each).
This changes the schedule for the code coverage workflow from weekly to
daily and eliminates the ZIP artifacts that were previously generated.
This will ensure the code coverage data found at
https://codecov.io/gh/WordPress/wordpress-develop is relatively accurate
on any given day of the week without needlessly consuming artifact
storage.
Props jorbin.
See #50401, #52141.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52141#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list