[issue39041] Support GitHub Actions in CI

2020-12-16 Thread Daniel Hahler
Daniel Hahler added the comment: Brett, thanks for the reference. I've found https://discuss.python.org/t/coverage-report-in-github-ci-for-standard-library/2836/11, and https://bugs.python.org/issue40993 through it. -- ___ Python tracker

[issue39041] Support GitHub Actions in CI

2020-12-16 Thread Daniel Hahler
Change by Daniel Hahler : -- nosy: +blueyed -blueyed2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue39041] Support GitHub Actions in CI

2020-12-16 Thread Brett Cannon
Brett Cannon added the comment: Your question is best directed at https://discuss.python.org/c/core-workflow/8, Daniel. -- ___ Python tracker ___

[issue39041] Support GitHub Actions in CI

2020-12-16 Thread Daniel Hahler
Daniel Hahler added the comment: Is it planned to enable coverage uploads for PRs? This would really help with seeing if code (to be merged) is covered etc. -- nosy: +blueyed2 ___ Python tracker

[issue39041] Support GitHub Actions in CI

2020-09-24 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
miss-islington added the comment: New changeset 676b16c14040ddb9a2ef3408e66a77c1dfb8e841 by Miss Islington (bot) in branch '3.7': bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) https://github.com/python/cpython/commit/676b16c14040ddb9a2ef3408e66a77c1dfb8e841 --

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
miss-islington added the comment: New changeset fb59f5ffe80a1f2dcf7c6cbd2406e15bea49da21 by Miss Islington (bot) in branch '3.8': bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) https://github.com/python/cpython/commit/fb59f5ffe80a1f2dcf7c6cbd2406e15bea49da21 --

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
miss-islington added the comment: New changeset b1ce22d086660d2505010694c8813cc67adf8f9e by Miss Islington (bot) (Steve Dower) in branch 'master': bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873) https://github.com/python/cpython/commit/b1ce22d086660d2505010694c8813cc67adf

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +17296 pull_request: https://github.com/python/cpython/pull/17880 ___ Python tracker ___ __

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +17295 pull_request: https://github.com/python/cpython/pull/17879 ___ Python tracker ___ __

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +17289 pull_request: https://github.com/python/cpython/pull/17873 ___ Python tracker ___ _

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread Steve Dower
Steve Dower added the comment: New changeset 0048833e1308d39dc9c6489da7872ade0f14486f by Steve Dower (Miss Islington (bot)) in branch '3.8': bpo-39041: Add GitHub Actions support (GH-17594) https://github.com/python/cpython/commit/0048833e1308d39dc9c6489da7872ade0f14486f -- ___

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread Steve Dower
Steve Dower added the comment: New changeset acf5e5f3f42a3d2985499df82331705edbe717be by Steve Dower (Miss Islington (bot)) in branch '3.7': bpo-39041: Add GitHub Actions support (GH-17594) https://github.com/python/cpython/commit/acf5e5f3f42a3d2985499df82331705edbe717be -- ___

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +17286 pull_request: https://github.com/python/cpython/pull/17869 ___ Python tracker ___ __

[issue39041] Support GitHub Actions in CI

2020-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +17285 pull_request: https://github.com/python/cpython/pull/17868 ___ Python tracker ___ __

[issue39041] Support GitHub Actions in CI

2019-12-16 Thread Steve Dower
Steve Dower added the comment: New changeset 6a263cf1adfc18cdba65c788dd76d35997a89acf by Steve Dower in branch 'master': bpo-39041: Add GitHub Actions badge to README.rst (GH-17628) https://github.com/python/cpython/commit/6a263cf1adfc18cdba65c788dd76d35997a89acf -- ___

[issue39041] Support GitHub Actions in CI

2019-12-16 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +17097 pull_request: https://github.com/python/cpython/pull/17628 ___ Python tracker ___

[issue39041] Support GitHub Actions in CI

2019-12-16 Thread Steve Dower
Steve Dower added the comment: Have merged the core support. Now that checks are enabled, any updates to the workflow files can be tested in PRs, so that will be much easier. Other things to do: * badges * disable Azure Pipelines for PR builds * ...? What have I missed? -- _

[issue39041] Support GitHub Actions in CI

2019-12-16 Thread Steve Dower
Steve Dower added the comment: New changeset a76ba362c4d86adf5e7f8254398135d12d7afd25 by Steve Dower in branch 'master': bpo-39041: Add GitHub Actions support (GH-17594) https://github.com/python/cpython/commit/a76ba362c4d86adf5e7f8254398135d12d7afd25 -- ___

[issue39041] Support GitHub Actions in CI

2019-12-13 Thread Steve Dower
New submission from Steve Dower : Enable support for GitHub Actions CI to do PR build and test runs. Once stable, we can deprecate Azure Pipelines PR builds. The only regression right now is that test results are not collected in a nice view like AP has. But I think that view is not widely us