[issue39777] Use the codecov GH Action

2020-02-27 Thread Ammar Askar


Ammar Askar  added the comment:

On a second look, we currently do this anyway: 
https://github.com/python/cpython/blob/374d998b507d34a6c0a3816a163926a8ba0c483f/.github/workflows/coverage.yml#L66-L70

and don't run coverage for PRs so it shouldn't matter.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39777] Use the codecov GH Action

2020-02-27 Thread Ammar Askar


Ammar Askar  added the comment:

This has the disadvantage that it won't work for PRs because Github doesn't 
make secrets like `${{ secrets.CODECOV_TOKEN }}` available in PRs.

See: https://github.com/codecov/codecov-action/issues/29

--
nosy: +ammar2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39777] Use the codecov GH Action

2020-02-27 Thread Brett Cannon


New submission from Brett Cannon :

Codecov provides a GH Action for uploading coverage reports which we might as 
well use instead of their bash uploader: 
https://github.com/marketplace/actions/codecov.

--
messages: 362839
nosy: brett.cannon, steve.dower
priority: normal
severity: normal
status: open
title: Use the codecov GH Action

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com