Skip to content

Commit

Permalink
Merge #299
Browse files Browse the repository at this point in the history
299: Bump codecov/codecov-action from v1.3.2 to v1.4.0 r=jonasbb a=dependabot[bot]

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.3.2 to v1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h2>1.4.0</h2>
<h3>Features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/codecov/codecov-action/issues/282">#282</a> Add checksum verification of bash script</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md">codecov/codecov-action's changelog</a>.</em></p>
<blockquote>
<h2>1.4.0</h2>
<h3>Features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/codecov/codecov-action/issues/282">#282</a> Add checksum verification of bash script</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/codecov/codecov-action/commit/0e28ff86a50029a44d10df6ed4c308711925a6a8"><code>0e28ff8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/codecov/codecov-action/issues/284">#284</a> from codecov/1.4.0</li>
<li><a href="https://github.com/codecov/codecov-action/commit/72182f9425d27c4881db84c8e94cadcece7a15e9"><code>72182f9</code></a> Bump to 1.4.0</li>
<li><a href="https://github.com/codecov/codecov-action/commit/ce1ffb8db73e6493b6b8c7dda270236aba77f05d"><code>ce1ffb8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/codecov/codecov-action/issues/282">#282</a> from codecov/add-checksum-verification</li>
<li><a href="https://github.com/codecov/codecov-action/commit/864620acb9bd669e6ab7c30f8775e5226c22d52b"><code>864620a</code></a> Use i not 1</li>
<li><a href="https://github.com/codecov/codecov-action/commit/6ac8172373797629be09bf125419cac0f99d53c9"><code>6ac8172</code></a> copypasta</li>
<li><a href="https://github.com/codecov/codecov-action/commit/5ab0dbc5848947c1c2f2f517af5542726947d5a3"><code>5ab0dbc</code></a> alpha</li>
<li><a href="https://github.com/codecov/codecov-action/commit/5e8c27dd4da71820c8edbcac866f0061865ea684"><code>5e8c27d</code></a> tab</li>
<li><a href="https://github.com/codecov/codecov-action/commit/444b352d525965b18b9926ffc62d0136cffabe33"><code>444b352</code></a> Update tests</li>
<li><a href="https://github.com/codecov/codecov-action/commit/83cbbf806b7df1198914629c2d400fff96871c57"><code>83cbbf8</code></a> Add another test</li>
<li><a href="https://github.com/codecov/codecov-action/commit/040839f579c614b247366096f5d107b52bb5f4b2"><code>040839f</code></a> Add validation of checksums</li>
<li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/v1.3.2...0e28ff86a50029a44d10df6ed4c308711925a6a8">compare view</a></li>
</ul>
</details>
<br />


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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Apr 17, 2021
2 parents 3156eee + 7b82ea0 commit e87eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
args: "--workspace --all-features -- --test-threads 1"
version: "latest"
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v1.4.0
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest'

# Added to summarize the matrix (otherwise we would need to list every single
Expand Down

0 comments on commit e87eaab

Please sign in to comment.