sfdye
July 29, 2020, 4:16am
1
Description
This is a clone of github issue
We noticed the commit status check started to disappear once we migrate from Travis CI to Github Action (using codecov/codecov-action
for uploading coverage to codecov)
Repository
private
CI/CD
CI: Github Action
CD: N.A.
Uploader
Commit SHAs
e7443e6
Codecov Output
Steps to Reproduce
Create a PR
Wait for all commit status checks to show up
Expected behavior:
codecov commit status check shows up
Actual behavior:
codecov commit status does not show up
Flakiness?
We can consistently reproduce this on the same repo(s)
Additional Information
codecov status check is working fine for master commit
1 Like
tom
July 29, 2020, 2:42pm
2
Hi @sfdye when did you notice this change, and would you be able to provide the full commit SHA?
sfdye
July 29, 2020, 2:56pm
3
About a few weeks ago right when we migrate from Travis CI to Github action.
Full commit sha shared via DM.
Hello, I think we are experiencing the very same issue at GitHub - doctrine/orm: Doctrine Object Relational Mapper (ORM) . You marked the previous answer as a solution, did you somehow fix it?
tom
November 9, 2020, 10:59pm
5
@greg0ire , would you mind sharing a SHA here?
Sure! For instance you have 9e25a32d2c83091a447fa31c1e6cab3f8c81b259
, from Update second-level-cache.rst by RomaVan · Pull Request #8335 · doctrine/orm · GitHub
Note that it also fails for doctrine/dbal
(for instance 813a042a7f200324b4168a3b018f4e5fe7dfc4b5
), so this isn’t just about projects newly migrated to Codecov. It used to work on the DBAL at some point.
We’re having the same issue, the pull request where we first noticed it is Add docker image and action for training docker image by darach · Pull Request #576 · tremor-rs/tremor-runtime · GitHub
It might be related but the entire tremor-rs org is no longer visible in codecov as a top level org either :
tom
November 12, 2020, 3:44pm
8
Hi @greg0ire and @Licenser , thanks for this. I think I have an idea where the issue is, I’ll be working with the product team to fix.
2 Likes
tom
November 13, 2020, 3:45am
10
Hi @greg0ire and @Licenser , I want to check something, has it been working for you in the past 12 hours?
Hi Tom, thanks for the quick look into it. We had some runs that worked in the past 12 hours, but about 9h ago (~23:00 UTC yesterday) a run failed to report results again, this morning re-running the same job added the reports.
tom
November 13, 2020, 3:36pm
12
@Licenser , do you happen to have a commit SHA for the one that didn’t work?
Another datapoint: you cannot see Github Actions on a PR unless there is already one it seems. What I usually do is I create a similar PR, but from my fork to my fork. It works on this repository: Maintenance work by greg0ire · Pull Request #1 · greg0ire/DoctrineFixturesBundle · GitHub
tom
November 16, 2020, 11:41pm
15
Got it, this is really helpful @greg0ire . I’ll keep digging in.
tom
November 25, 2020, 4:37am
16
@greg0ire , I made a fix here, would you be able to see if this is still happening?
Hi Tom,
sorry for the late reply. Things got in the way I hope you can sympathize.
I got a few commits that cause problems:
tremor-rs:main
← tremor-rs:dependabot/cargo/snmalloc-rs-0.2.21
opened 04:41AM - 13 Nov 20 UTC
Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.2.19 t… o 0.2.21.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SchrodingerZhu/snmalloc-rs/blob/master/CHANGELOG.md">snmalloc-rs's changelog</a>.</em></p>
<blockquote>
<h3>0.2.21</h3>
<ul>
<li><strong>upstream</strong> bug fix for using failing to initialise meta-data</li>
</ul>
<h3>0.2.20</h3>
<ul>
<li><strong>upstream</strong> pass through Haiku build fix.</li>
<li><strong>upstream</strong> fix typo in macro definition for 16MiB shared library shim.</li>
<li><strong>upstream</strong> DragonFly support (userland).</li>
<li><strong>upstream</strong> natural alignment for USE_MALLOC</li>
<li><strong>upstream</strong> fix bug in pagemap when index has many level</li>
<li><strong>upstream</strong> add constexpr annotation to align_up/down.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/SchrodingerZhu/snmalloc-rs/commits">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=snmalloc-rs&package-manager=cargo&previous-version=0.2.19&new-version=0.2.21)](https://dependabot.com/compatibility-score/?dependency-name=snmalloc-rs&package-manager=cargo&previous-version=0.2.19&new-version=0.2.21)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @mfelsche.
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
tremor-rs:main
← tremor-rs:dependabot/cargo/serde_yaml-0.8.14
opened 04:39AM - 02 Nov 20 UTC
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.13 to 0.8.14.…
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p>
<blockquote>
<h2>0.8.14</h2>
<ul>
<li>Fix handling of scalars consisting of digits with leading zeros (<a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/180">#180</a>, thanks <a href="https://github.com/stephanbuys">@stephanbuys</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/2d60691bf6e8321c50e6603ea19ad398e2f1c3bb"><code>2d60691</code></a> Release 0.8.14</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/ed53e365fcf09bfb18a3bb08f087d92370eb7ee7"><code>ed53e36</code></a> Touch up PR 180</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/ce23aff68e1fb1a4da2fb94c199d3381e5380062"><code>ce23aff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/serde-yaml/issues/180">#180</a> from panoptix-za/master</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/7b44a8ece1b030a3b4d5237dd9d8189603b77783"><code>7b44a8e</code></a> Fix the clippy formatting warning</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/24dc1841cce2d4e902bdd211f971f3bbce12eeee"><code>24dc184</code></a> Add a check for strings disguised as leading zeros followed by numbers</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/f208925341a7fcb1ea57f0abb93c6c12fecc104e"><code>f208925</code></a> Unindent -> indoc in test suite</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/d24b92445e82c791efadd29d924c6923d61831ea"><code>d24b924</code></a> Raise minimum tested version to rustc 1.45</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/e8e40e6755719ebbf00f676a092e6a8c5438dfaa"><code>e8e40e6</code></a> Suppress clippy manual_strip lint</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/89cee75eea3b93efaa702d9dae596d2d0b69eb1a"><code>89cee75</code></a> Suppress option_if_let_else clippy pedantic lint</li>
<li><a href="https://github.com/dtolnay/serde-yaml/commit/f61f98cbf5b61fa06557168619735985bc28aae2"><code>f61f98c</code></a> Suppress match_like_matches_macro clippy lint</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/serde-yaml/compare/0.8.13...0.8.14">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.13&new-version=0.8.14)](https://dependabot.com/compatibility-score/?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.8.13&new-version=0.8.14)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
tremor-rs:main
← tremor-rs:dependabot/cargo/regex-1.4.2
opened 04:38AM - 02 Nov 20 UTC
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.2.
<details>…
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p>
<blockquote>
<h1>1.4.2 (2020-11-01)</h1>
<p>This is a small bug fix release that bans <code>\P{any}</code>. We previously banned empty
classes like <code>[^\w\W]</code>, but missed the <code>\P{any}</code> case. In the future, we hope
to permit empty classes.</p>
<ul>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/722">#722</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/722">rust-lang/regex#722</a>):
Ban <code>\P{any}</code> to avoid a panic in the regex compiler. Found by OSS-Fuzz.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/regex/commit/3bcae3b6954ea3628ef0974f0a2604a6ae248408"><code>3bcae3b</code></a> 1.4.2</li>
<li><a href="https://github.com/rust-lang/regex/commit/d65845181d3c9ce5fd87e81c85f4ecd011dcc0ed"><code>d658451</code></a> changelog: 1.4.2</li>
<li><a href="https://github.com/rust-lang/regex/commit/8cb337a0a127b85b8060e8233962cbd7e1674c89"><code>8cb337a</code></a> deps: bump regex-syntax to 0.6.21</li>
<li><a href="https://github.com/rust-lang/regex/commit/d03ae186b5d9f4d92cb1312ca77e8d9b05efc84d"><code>d03ae18</code></a> regex-syntax-0.6.21</li>
<li><a href="https://github.com/rust-lang/regex/commit/6fdb6e123cbe01e03c8e8d43ed59753ecc788217"><code>6fdb6e1</code></a> syntax: forbid \P{any}</li>
<li><a href="https://github.com/rust-lang/regex/commit/a7ef5f452ec1dcb856fae99d56c6db08bf23d1ff"><code>a7ef5f4</code></a> fuzz: fix release profile</li>
<li><a href="https://github.com/rust-lang/regex/commit/44abc5f7c65a0e4919ee369970fab3c85777140d"><code>44abc5f</code></a> fuzz: enable optimizations in other profiles</li>
<li><a href="https://github.com/rust-lang/regex/commit/9067dfd7e1d45bbb568a2d3b6975cec9e81b994f"><code>9067dfd</code></a> fuzz: compile fuzzer in release mode</li>
<li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.4.1...1.4.2">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.4.1&new-version=1.4.2)](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.4.1&new-version=1.4.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @anupdhml.
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
tremor-rs:main
← tremor-rs:dependabot/cargo/surf-2.1.0
opened 04:41AM - 26 Oct 20 UTC
Bumps [surf](https://github.com/http-rs/surf) from 2.0.0 to 2.1.0.
<details>
<su… mmary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/http-rs/surf/releases">surf's releases</a>.</em></p>
<blockquote>
<h2>2.1.0</h2>
<p><a href="https://docs.rs/surf/2.1.0">Docs</a></p>
<p>This minor release contains follow-up fixes and improvements to Surf 2.0.</p>
<h3>Additions</h3>
<ul>
<li>Added a <code>hyper-client</code> cargo feature for enabeling a <a href="https://crates.io/crates/hyper">hyper</a> client backend via <a href="https://crates.io/crates/http-client">http-client</a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed <code>base_url</code> not being propagated to the <code>Client</code> instance in middleware.</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Updated documentation for <code>set_base_url()</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/http-rs/surf/blob/main/CHANGELOG.md">surf's changelog</a>.</em></p>
<blockquote>
<h2>[2.1.0] - 2020-10-23</h2>
<p>This minor release contains follow-up fixes and improvements to Surf 2.0.</p>
<h3>Additions</h3>
<ul>
<li>Added a <code>hyper-client</code> cargo feature for enabeling a <a href="https://crates.io/crates/hyper">hyper</a> client backend via <a href="https://crates.io/crates/http-client">http-client</a>.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fixed <code>base_url</code> not being propagated to the <code>Client</code> instance in middleware.</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Updated documentation for <code>set_base_url()</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/http-rs/surf/commit/8f0039488b3877ca59592900bc7ad645a83e2886"><code>8f00394</code></a> 2.1.0</li>
<li><a href="https://github.com/http-rs/surf/commit/55c5d6ace6269f6c47dc32d5ba5069aa8f6aa7d7"><code>55c5d6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-rs/surf/issues/234">#234</a> from Fishrock123/hyper-client</li>
<li><a href="https://github.com/http-rs/surf/commit/14ce915979124eed5af4a1086b81debac2914edb"><code>14ce915</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-rs/surf/issues/252">#252</a> from CrockAgile/fix/base-url</li>
<li><a href="https://github.com/http-rs/surf/commit/b856efd1a25bbb29e153e0328c6433e0629a2dfd"><code>b856efd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/http-rs/surf/issues/250">#250</a> from Fishrock123/middleware-client-base_url</li>
<li><a href="https://github.com/http-rs/surf/commit/e499e5196e6c33c76b304ffb7655cef7c8806c12"><code>e499e51</code></a> Client: propagate base_url in middleware stack</li>
<li><a href="https://github.com/http-rs/surf/commit/9313eb689be4e31ead910272ce5a181e780206d2"><code>9313eb6</code></a> Fix client base_url documentation</li>
<li><a href="https://github.com/http-rs/surf/commit/164777091dfeb27bd498b8cde980919ad94554fa"><code>1647770</code></a> crate: add hyper-client feature</li>
<li>See full diff in <a href="https://github.com/http-rs/surf/compare/v2.0.0...v2.1.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=surf&package-manager=cargo&previous-version=2.0.0&new-version=2.1.0)](https://dependabot.com/compatibility-score/?dependency-name=surf&package-manager=cargo&previous-version=2.0.0&new-version=2.1.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
tom
November 27, 2020, 9:36pm
19
Oof @Licenser , would you be able to run the action with the verbose
flag on?
tom
November 30, 2020, 12:51pm
21
@Licenser , thanks! I pulled up a few of the past few commits and am seeing statuses come through now. Is that the case or are you still seeing errant commits without statuses?