Uh oh!
There was an error while loading. Please reload this page.
Added GitHub Actions CI detection. - #265
Conversation
Codecov Report
@@ Coverage Diff @@## master #265 +/- ##
=====================================
Coverage 88% 88% =====================================
Files 2 2 Lines 9 9 =====================================
Hits 8 8 Misses 1 1 |
hoefling
commented
May 28, 2020
@nmoinvaz shouldn't this obsolete the necessity of passing the token explicitly? When trying the tokenless upload, I still get the message |
nmoinvaz
commented
May 28, 2020
I'm not sure how tokenless works. This PR only gets the environment variable values when running on GitHub Actions environment and uses them in the upload to Codecov. |
alecgerona
commented
Jun 5, 2020
Any updates on this? This is especially useful for running tests inside |
thomasrockhu
commented
Jun 6, 2020
Thanks @nmoinvaz on this, could we get some tests for this new behavior? |
nmoinvaz
commented
Jun 7, 2020
Done. |
I initially had to do this before GitHub Actions was public. I now updated/copied from the bash uploader.