Bumps 
[coverallsapp/github-action](https://github.com/coverallsapp/github-action) 
from 2.3.0 to 2.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/coverallsapp/github-action/releases">coverallsapp/github-action's
 releases</a>.</em></p>
<blockquote>
<h2>v2.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Verify that <code>coverage-reporter-version</code> option 
is recognized by <a 
href="https://github.com/afinetooth"><code>@​afinetooth</code></a>
 in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/229">coverallsapp/github-action#229</a></li>
<li>Add <code>build-number</code> to supported inputs options 
by <a 
href="https://github.com/afinetooth"><code>@​afinetooth</code></a>
 and <a 
href="https://github.com/brianatgather"><code>@​brianatgather</code></a>
 in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/228">coverallsapp/github-action#228</a></li>
<li>Change <code>sha256sum</code> command flag to be 
compatible with <code>alpine</code> linux distros by <a 
href="https://github.com/afinetooth"><code>@​afinetooth</code></a>
 and <a 
href="https://github.com/jdebbink"><code>@​jdebbink</code></a>
 in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/227">coverallsapp/github-action#227</a></li>
<li>Docs: Fix the action version in usage example by <a 
href="https://github.com/Jeff-Tian"><code>@​Jeff-Tian</code></a>
 in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/210">coverallsapp/github-action#210</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a 
href="https://github.com/brianatgather"><code>@​brianatgather</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/228">coverallsapp/github-action#228</a>
 / <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/199">coverallsapp/github-action#199</a></li>
<li><a 
href="https://github.com/jdebbink"><code>@​jdebbink</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/227">coverallsapp/github-action#227</a>
 / <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/198">coverallsapp/github-action#198</a></li>
<li><a 
href="https://github.com/Jeff-Tian"><code>@​Jeff-Tian</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/210">coverallsapp/github-action#210</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2">https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2</a></p>
<h2>v2.3.1</h2>
<h2>What's Changed</h2>
<p>Extend behavior of <code>fail-on-error</code> option to 
setup failures by <a 
href="https://github.com/afinetooth"><code>@​afinetooth</code></a>
 in <a 
href="https://redirect.github.com/coverallsapp/github-action/pull/226">coverallsapp/github-action#226</a></p>
<ul>
<li>
<p>Technically an enhancement, these changes make the action behave as 
many customers already expect by ignoring <em>any and all</em> 
failures when the <code>fail-on-error</code> input is set to 
<code>false</code>.</p>
</li>
<li>
<p>Adds logic to handle any failures in "setup" tasks, 
including downloading the <code>coverage-reporter</code> binary, 
verifying the binary, and finding the binary by its expected name after 
extraction.</p>
</li>
<li>
<p>The new logic checks these actions and exits with code 
<code>1</code> on failure, except if 
<code>fail-on-error</code> is set to <code>true</code>, 
in which case it returns exit code <code>0</code>.</p>
</li>
<li>
<p>Adds a matrix workflow that tests the action for each 
<code>os</code> and the two key binary commands 
(<code>coveralls report</code> and <code>coevralls 
done</code>). Each of these scenarios implicitly tests our setup tasks 
since they run first in each scenario.</p>
</li>
<li>
<p>Also extends the behavior of <code>debug: true</code> to 
flip the shell-specific debug flag for each <code>os</code> 
including <code>set -x</code> for <code>linux</code> 
and <code>macos</code> and <code>Set-PSDebug -Trace 
1</code> for <code>windows</code>.</p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1">https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/43f11c4e058174f808ee9cd63701b6c42fe3f5e3"><code>43f11c4</code></a>
 Verify that <code>coverage-reporter-version</code> option is 
recognized (<a 
href="https://redirect.github.com/coverallsapp/github-action/issues/229">#229</a>)</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/c25823128118109751e3ef803755f685b98531ef"><code>c258231</code></a>
 Add build number to supported inputs options (<a 
href="https://redirect.github.com/coverallsapp/github-action/issues/228">#228</a>)</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/0ae24004e20834b127ed812d7009d31d11fd47a4"><code>0ae2400</code></a>
 Change  command to  to be compatible with alpine distros. (<a 
href="https://redirect.github.com/coverallsapp/github-action/issues/227">#227</a>)</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/f7956979c7d9e293f310ba1e1e08845c1559f076"><code>f795697</code></a>
 Update README.md</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/38d584dc0b21b823b1459f31874a5e0121c5d3a5"><code>38d584d</code></a>
 Update README.md</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/9a6b4a8b366a1e0dda4bb4a0f9a592347fe98c87"><code>9a6b4a8</code></a>
 docs: fix the action version (<a 
href="https://redirect.github.com/coverallsapp/github-action/issues/210">#210</a>)</li>
<li><a 
href="https://github.com/coverallsapp/github-action/commit/1134c89e4bf10443bf8f0ec69640b667cfd91041"><code>1134c89</code></a>
 Extend behavior of <code>fail-on-error</code> option to setup 
failures (<a 
href="https://redirect.github.com/coverallsapp/github-action/issues/226">#226</a>)</li>
<li>See full diff in <a 
href="https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.2">compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverallsapp/github-action&package-manager=github_actions&previous-version=2.3.0&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
- `@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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/5263

-- Commit Summary --

  * Bump coverallsapp/github-action from 2.3.0 to 2.3.2

-- File Changes --

    M .github/workflows/tests.yml (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/5263.patch
https://github.com/openstreetmap/openstreetmap-website/pull/5263.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5263
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to