python/core-workflow#2: Add test coverage reporting for C files by ammaraskar · Pull Request #7773 · python/cpython · GitHub
Skip to content

python/core-workflow#2: Add test coverage reporting for C files - #7773

Merged
brettcannon merged 1 commit into
python:masterfrom
ammaraskar:master
Jun 22, 2018
Merged

python/core-workflow#2: Add test coverage reporting for C files#7773
brettcannon merged 1 commit into
python:masterfrom
ammaraskar:master

Conversation

@ammaraskar

Copy link
Copy Markdown
Member

Nitty gritty on the details here: python/core-workflow#2 (comment)

@ammaraskar

Copy link
Copy Markdown
Member Author

@methane

methane commented Jun 19, 2018

Copy link
Copy Markdown
Member

I afraid that test will go slower than Travis's time limit.
But we can split C coverage test and Python coverage test when it happened.

@ammaraskar

Copy link
Copy Markdown
Member Author

Alternatively, we can also split the test suite in half and run them in seperate builds. Codecov takes care of merging the coverage results, so we could have the first ~200 or so tests run in one build and the remaining ~200 in another. I'll monitor the travis builds after this to make sure we don't hit the 50 minute limit.

@brettcannon

Copy link
Copy Markdown
Member

@brettcannon
brettcannon merged commit d7da836 into python:master Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants