]> granicus.if.org Git - python/commit
bpo-36684: Split out gcc and test coverage builds (GH-13146)
authorGordon P. Hemsley <me@gphemsley.org>
Sun, 12 May 2019 03:33:35 +0000 (23:33 -0400)
committerInada Naoki <songofacandy@gmail.com>
Sun, 12 May 2019 03:33:34 +0000 (12:33 +0900)
commit87068ed00927bdeaa2ae556e4241c16cf8a845eb
tree0f181f9ef9991c7499fd20a3a4d968cba0378085
parent26f55c29f2316648939ad12a9d3730a2118da2ea
bpo-36684: Split out gcc and test coverage builds (GH-13146)

The combined Python and C coverage test runs now exceed Travis's
50-minute time limit. Splitting them into separate runs gives more
leeway.

Also, adding branch coverage to Python testing and ensure that
coverage is reported even if tests fail. (The primary builds are
for tracking test failures.)
.travis.yml