ci: codecov: use env vars instead of flags#2648
Conversation
|
Might make sense to keep flags for "c_code" and "lua" (just two then), but let's see how this behaves with envs only for now here. |
|
There are two Travis CI jobs here?! /cc @Elv13 |
|
No idea why, first time I see it |
|
Yeah, also not with the last PRs.. weird. |
Codecov Report
@@ Coverage Diff @@
## master #2648 +/- ##
==========================================
- Coverage 85.32% 85.31% -0.02%
==========================================
Files 519 519
Lines 35182 35182
==========================================
- Hits 30018 30014 -4
- Misses 5164 5168 +4
|
|
It no longer timeout! ... but the coverage regressed (at least until it gets updated?) edit: It got updated |
|
Not finished yet. |
|
Both "checks" link to the same build. |
|
It's still strange there's 2 Travis builds. Even the previous PRs a couple hours ago didn't exhibit this issue. Probably a race condition on their builder load balancer or we triggered the build during an update rollout. |
|
A lot of "new files" at https://codecov.io/gh/awesomeWM/awesome/pull/2648/tree currently. |
|
"New file" appears to be a bug / UI issue with codecov?! Looks like in master.. list style: https://codecov.io/gh/awesomeWM/awesome/pull/2648/list/ |
|
But the second Travis check appears to be stuck now - linked build finished, but it is still in "created" state. |
|
Also happened with a new PR: #2649 |
|
Not happening here: #2650 Related to changing |
|
Weird.. could not reproduce it in #2650, with the same changes in the end, but only once. |
Using flags appears to trigger timeouts with codecov's backend. This uses env variables instead.
eece46f to
548c3df
Compare
Lets wait a couple days and if it persist, open an issue. Their support team is usually very good. There is a lot of "maybe" here. In any case, it isn't really a big issue. |
|
Ok. Fixed after force-pushing. |
Elv13
left a comment
There was a problem hiding this comment.
We can merge this and see if the "new file" issue persist. Having CodeCov back is already a big deal.
|
coveralls is missing still? |
|
Maybe it got confused by the re-opening etc, merging. |
|
👍 |
Using flags appears to trigger timeouts with codecov's backend. This uses env variables instead.
Using flags appears to trigger timeouts with codecov's backend. This uses env variables instead.
Using flags appears to trigger timeouts with codecov's backend.
This uses env variables instead.