This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add c code coverage to codecov
Type: Stage:
Components: Tests Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: belopolsky Nosy List: belopolsky, brett.cannon
Priority: normal Keywords:

Created on 2017-02-13 16:54 by belopolsky, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg287710 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2017-02-13 16:54
I had it done in my fork of cpython-mirror: https://github.com/abalkin/cpython/tree/ci
msg287720 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-02-13 18:30
I have https://github.com/python/core-workflow/issues/2 sitting open for this specific idea. :) If Codecov will do the appropriate merging between coverage.py and lcov then I think it's worth a PR to set it up.
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73733
2017-02-13 18:30:07brett.cannonsetnosy: + brett.cannon
messages: + msg287720
2017-02-13 16:54:51belopolskycreate