I remember also on travis, can’t locate a run right now though as we restarted some of those builds, there are a couple of runs with malformed url errors though:
Not sure whether those are related.
It still fails (again, network timeout problem is not related to any uploader, it’s related to Codecov server or network connection between it and CI), but looks worse: there are no CI fails, but also there are no successful Codecov GitHub checks:
AlexWayfer:master
← AlexWayfer:depfu/update/rubocop-0.88.0
opened 06:30PM - 14 Jul 20 UTC
> 👉 **This PR is queued up to get rebased by Depfu**
Here is everything yo… u need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
### What changed?
#### ✳️ rubocop (~> 0.87.0 → ~> 0.88.0) · [Repo](https://github.com/rubocop-hq/rubocop) · [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
<details>
<summary>Release Notes</summary>
<h4><a href="https://github.com/rubocop-hq/rubocop/releases/tag/v0.88.0">0.88.0</a></h4>
<blockquote><h3>New features</h3>
<ul>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8279">#8279</a>: Recognise require method passed as argument in <code>Lint/NonDeterministicRequireOrder</code> cop. (<a href="https://bounce.depfu.com/github.com/biinari">@biinari</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/7333">#7333</a>: Add new <code>Style/RedundantFileExtensionInRequire</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8316">#8316</a>: Support autocorrect for <code>Lint/DisjunctiveAssignmentInConstructor</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8242">#8242</a>: Internal profiling available with <code>bin/rubocop-profile</code> and rake tasks. (<a href="https://bounce.depfu.com/github.com/marcandre">@marcandre</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8295">#8295</a>: Add new <code>Style/ArrayCoercion</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8293">#8293</a>: Add new <code>Lint/DuplicateElsifCondition</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/7736">#7736</a>: Add new <code>Style/CaseLikeIf</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/4286">#4286</a>: Add new <code>Style/HashAsLastArrayItem</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8247">#8247</a>: Add new <code>Style/HashLikeCase</code> cop. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8286">#8286</a>: Internal method <code>expect_offense</code> allows abbreviated offense messages. (<a href="https://bounce.depfu.com/github.com/marcandre">@marcandre</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8232">#8232</a>: Fix a false positive for <code>Layout/EmptyLinesAroundAccessModifier</code> when <code>end</code> immediately after access modifier. (<a href="https://bounce.depfu.com/github.com/koic">@koic</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/7777">#7777</a>: Fix crash for <code>Layout/MultilineArrayBraceLayout</code> when comment is present after last element. (<a href="https://bounce.depfu.com/github.com/shekhar-patil">@shekhar-patil</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/7776">#7776</a>: Fix crash for <code>Layout/MultilineMethodCallBraceLayout</code> when comment is present before closing braces. (<a href="https://bounce.depfu.com/github.com/shekhar-patil">@shekhar-patil</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8282">#8282</a>: Fix <code>Style/IfUnlessModifier</code> bad precedence detection. (<a href="https://bounce.depfu.com/github.com/tejasbubane">@tejasbubane</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8289">#8289</a>: Fix <code>Style/AccessorGrouping</code> to not register offense for accessor with comment. (<a href="https://bounce.depfu.com/github.com/tejasbubane">@tejasbubane</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8310">#8310</a>: Handle major version requirements in <code>Gemspec/RequiredRubyVersion</code>. (<a href="https://bounce.depfu.com/github.com/eugeneius">@eugeneius</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8315">#8315</a>: Fix crash for <code>Style/PercentLiteralDelimiters</code> when the source contains invalid characters. (<a href="https://bounce.depfu.com/github.com/eugeneius">@eugeneius</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8239">#8239</a>: Don't load <code>.rubocop.yml</code> files at all outside of the current project, unless they are personal configuration files and the project has no configuration. (<a href="https://bounce.depfu.com/github.com/deivid-rodriguez">@deivid-rodriguez</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/issues/8021">#8021</a>: Rewrite <code>Layout/SpaceAroundMethodCallOperator</code> cop to make it faster. (<a href="https://bounce.depfu.com/github.com/fatkodima">@fatkodima</a>)</li>
<li>
<a href="https://bounce.depfu.com/github.com/rubocop-hq/rubocop/pull/8294">#8294</a>: Add <code>of</code> to <code>AllowedNames</code> of <code>MethodParameterName</code> cop. (<a href="https://bounce.depfu.com/github.com/AlexWayfer">@AlexWayfer</a>)</li>
</ul></blockquote>
<p><em>Does any of this look wrong? <a href="https://depfu.com/packages/rubygem/rubocop/feedback">Please let us know.</a></em></p>
</details>
<details>
<summary>Commits</summary>
<p><a href="https://github.com/rubocop-hq/rubocop/compare/de0f2e88948a517056f1564b51603dfb6dde71ff...acddd7381f47c0eb9cb896640c452d1899d483e8">See the full diff on Github</a>. The new version differs by 68 commits:</p>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/acddd7381f47c0eb9cb896640c452d1899d483e8"><code>Cut 0.88</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/535c5442f6603508d0b19d055d2772f0551924e0"><code>Add a changelog entry</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/d1822bce760ffcdee7276e068adb70b7485ab791"><code>Ignore configuration files outside of the project</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e1a2da0e28c1411bb3c4679c9c62f57e9eb67f92"><code>Only look up to the project's root for exclusions</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0563861979a9054f59fdbd7478d61429b5826833"><code>Fix `traverse_files_upwards` to make searching up to the root possible</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/18e318fe5cf35482b1f09a9c3b024627622070b0"><code>Merge pull request #8279 from Fatsoma/feature/require_order_block_pass</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/fe066fcfb1a1d13dfcbff774a9dd70d371e84a4a"><code>Merge branch 'master' into feature/require_order_block_pass</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0c786c07d283d6096535ab5d89ce9315a7ff27cb"><code>Fix line number for empty file offense</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/930b65fcb9e71a297d82bf73ce9b303e01fbc828"><code>Fix expect_offense when annotations missing</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/34a2dbd836505a9465b22218781715f0a8e545a1"><code>Merge pull request #8316 from fatkodima/autocorrect-to-disjunctive_assignment_in_constructor</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/1a5d07344bdd3758b5821435b10dc7bc10543bd2"><code>Support autocorrect for `Lint/DisjunctiveAssignmentInConstructor` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/a88857ea73633547da1132f1aff6c021a5cecf77"><code>Add `--memory` option to `bin/rubocop-profile` (#8318)</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/d5264fff0b9c0e578e7d81bddbf8282576634019"><code>Reuse `ConfigStore#for_pwd` in a couple more places</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/740dabdb0dbef198c792fbddb49f576dc68ff62e"><code>Extract `ConfigStore#for_pwd`</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c7b494b34d47b62d4a54e8c2881144b8e2ad9b1f"><code>Merge pull request #8315 from eugeneius/percent_literal_delimiters_scrub</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/528bf00488d2eb4113d49e57b54631774a86110a"><code>Handle invalid characters in Style/PercentLiteralDelimiters</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0a62a31179bdb6628bcc7b366cd6a85ac7ffbf9f"><code>Merge pull request #8313 from koic/prevent_missing_trailing_zero_in_float_type</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/cde3a0b631ce6c23d0bcd242d48fc3430338905c"><code>Prevent missing final zero of version number for docs/antora.yml</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2e5c8b2bf4ced1953d90a5063c0d51322a2b71da"><code>Optimize `Lint/DuplicateMethods`, `Lint/NestedMethodDefinition`, `Style/AutoResourceCleanup` and `Style/NumericPredicate` cops a bit</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/eda147e794bf10db25deddfc490d3bea1fca444c"><code>Merge pull request #8310 from eugeneius/required_major_ruby_version</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6fc2461683e4ddb4af702666568ae90f881bc699"><code>Handle major version requirements in Gemspec/RequiredRubyVersion</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/19d534c5a93ca1867e2d35fba6714ad833b00d42"><code>Rewrite `Style/TrailingMethodEndStatement` to make it faster</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/94430a8542e4cc592b5ea2b907976fd7c69260e7"><code>Reduce allocated Sets</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/5cb29efb62f3ff36cbc9ad75d2c29392737734e2"><code>Fix LiteralAsCondition when condition</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/125183177b0bd667c504922d711dee12919ef785"><code>Refactor Lint specs to use expect_offense</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/119d10e4c2fff30de5158c9dea5744a3eeae22e2"><code>Reduce memory usage in `ResultCache#rubocop_checksum`</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/13ebdef6e6b3b130722223d940c9fa7b337f210f"><code>Optimize `Style/CommentedKeyword` to reduce memory usage</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2421ce69d7c8444175dadb71c39144d4832c7e9b"><code>Memoize `Badge#to_s` to reduce memory allocations (#8306)</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/b516ae353e6b392a36fe4964d7bb04771aab9dfd"><code>[Docs] Tweak some markup</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/3c927c95f4051c0f7901c433fae2b6d3ea1ebd27"><code>[Docs] Fix a typo</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/5150a774400e1c0b751f7e1cf2576331b4745a07"><code>[Docs] Remove mention of Bountysource</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/5c77009994c6e43ef6283ea82b16eab541ce35f5"><code>Refactor spec use expect_correction in Lint cops (#8285)</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/34b37ec1e32d0e4a8ad264335ead7a716a500afe"><code>[Fixes #8286] Allow abbreviated offense messages with `expect_offense`</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/1c9809d329a286111164e8188be4a639e315e0d7"><code>Rewrite `Layout/SpaceAroundMethodCallOperator` cop to make it faster</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f4151b424cd5050a0b5022f0c3f20f8ef07dfab9"><code>Merge pull request #8292 from tejasbubane/fix-8289</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2d0f18339e3f743b03b9cec2ac1288e48fd780e7"><code>Remove `PathUtil.pwd` and `PathUtil.chdir`</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ea03f8b9db819b0ef2f09d719bf3bffe50534a20"><code>Remove a redundant changelog entry</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/769d3cd9806223a19f64be3f5b5593534a960ca3"><code>Add `of` to `AllowedNames` of `MethodParameterName` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/142ca29a3857743b6acbcb9c849da2da87c096cb"><code>Sort `AllowedNames` of `MethodParameterName` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/80cf20d894a508fffc2e49e73c688f4509aeed59"><code>[Fix #8189] Consider spaces for Layout/MultilineBlockLayout</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6eb897c0b56810ee47797011253ee27ec030ca77"><code>Fix `Style/AccessorGrouping` to not register offense for accessor with comment</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/927b6470461dcc086cdeb4c4a6a24e05e9364a14"><code>Join lines because the line length limit is now higher</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/af9a6c64b58628d6b65ae4c45f86fbc2aac647d3"><code>Swith to opposite style since it's preferred</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2417096be8089e3d859f221c583305c92f264b5a"><code>Refactor `last_file_upwards` to not build an intermmediate array</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/5072d534b2e04f80f9ad0e8261340f3226295357"><code>Small file finding refactor</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/03cd4f68841c03eca99d092a0f960c8909a75969"><code>Add new `Style/ArrayCoercion` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/8fafbaf8d1abf8f3b9f2b307f024306623333851"><code>Add new `Lint/DuplicateElsifCondition` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e80b2782b422da996d17b9bf95bdc363c62662a5"><code>Merge pull request #8287 from tejasbubane/fix-8282</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/e5a2e260dcc7838fe7e06cb18930cc784c8ae300"><code>Fix `Style/IfUnlessModifier` bad precedence detection</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/2f184b5397a8ac789fb44b5cbc3ade8c3521cc18"><code>Add new `Style/CaseLikeIf` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/23178dbcc65d251bf686f4d46c9052b9264ad3f7"><code>Add new `Style/RedundantFileExtensionInRequire` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/72bb99c41d25878da7deba76d1b6b1e998e0124a"><code>Add new `Style/HashLikeCase` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/62c58493e8b83407345fa841b6927e386f52fd24"><code>Move a couple of changelog entries</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/9a2cbf499eb16469373018a9abcf0d1cf50555f2"><code>[Fix #7776] Generate valid code if comment exists before closing brace (#8237)</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ad4d557fe956beb693e836a3c3a906c8066aca82"><code>Merge pull request #8271 from fatkodima/hash-array-last-item</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/9f4382cda3ab44cfa2e1118d9b7e63983f573879"><code>[Fixes #8273] Fix false positive for Style/WhileUntilModifier.</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/b307d03c6c6d3b9e1cef0b6139b49eac9e22d299"><code>Add new `Style/HashAsLastArrayItem` cop</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/739afb60898375d996e64ee3e2ece0f107fdf117"><code>Use expect_correction in Lint/NonDeterministicRequireOrder spec</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/80813b53be4a223781669b556984a38060ba4fa0"><code>Detect require method as arg in Lint/NonDeterministicRequireOrder</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c97671bcbdf175e4dab76415ca79ea8897c5add8"><code>Refactor</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/0fa4d8e939ff164432d0b12a187d70225a0286b1"><code>expect_offense: coerce replacements to string</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ff51292257d22834418c8427335cec470bcb6319"><code>Remove unneeded include</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/bc0682b54d06f88c135f6b8655a1207cfee95e9b"><code>Remove unnecessary logic from MissingElse</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/12356cb2df3d2dfacdae8cf6061db3752e37b694"><code>[Fix #8232] Fix a false positive for `Layout/EmptyLinesAroundAccessModifier`</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/501640d8507955d5d7cc318bafbd045395b07f87"><code>Runner: refactor</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/d663ca6de76efd12c27b1239152a28b9b6a50e3f"><code>Update index.adoc</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/7e0d0a34591e22d093c993763b2e1a7eb7114786"><code>Basic support for profiling with bin/rubocop-profile</code></a></li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/ad4e89ac74cb9c603bd2cf2bb9ec6dfd64e51e71"><code>[Docs] Switch back to master</code></a></li>
</ul>
</details>
---

[Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`.
<details><summary>All Depfu comment commands</summary>
<blockquote><dl>
<dt>@depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd>
<dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd>
<dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd>
<dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd>
<dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd>
<dt>@depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd>
<dt>@depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd>
<dt>@depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd>
</dl></blockquote>
</details>
And in another library I’m somewhy getting 400 error:
There was successful builds: Cirrus CI
CI is still green and I think it’s bad with failed Codecov report.
tom
July 22, 2020, 3:49pm
26
Hi @AlexWayfer , we had an incident with uploads documented here . Are you still experiencing this issue?
As I see, no anymore. Thank you.