<p dir="auto">Bumps <a href="https://github.com/coverallsapp/github-action">coverallsapp/github-action</a> from 2.3.0 to 2.3.2.</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/coverallsapp/github-action/releases">coverallsapp/github-action's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">v2.3.2</h2>
<h2 dir="auto">What's Changed</h2>
<ul dir="auto">
<li>Verify that <code class="notranslate">coverage-reporter-version</code> option is recognized by <a href="https://github.com/afinetooth"><code class="notranslate">@afinetooth</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/229">coverallsapp/github-action#229</a></li>
<li>Add <code class="notranslate">build-number</code> to supported inputs options by <a href="https://github.com/afinetooth"><code class="notranslate">@afinetooth</code></a> and <a href="https://github.com/brianatgather"><code class="notranslate">@brianatgather</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/228">coverallsapp/github-action#228</a></li>
<li>Change <code class="notranslate">sha256sum</code> command flag to be compatible with <code class="notranslate">alpine</code> linux distros by <a href="https://github.com/afinetooth"><code class="notranslate">@afinetooth</code></a> and <a href="https://github.com/jdebbink"><code class="notranslate">@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 class="notranslate">@Jeff-Tian</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/210">coverallsapp/github-action#210</a></li>
</ul>
<h2 dir="auto">New Contributors</h2>
<ul dir="auto">
<li><a href="https://github.com/brianatgather"><code class="notranslate">@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 class="notranslate">@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 class="notranslate">@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 dir="auto"><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2">coverallsapp/github-action@<tt>v2.3.1...v2.3.2</tt></a></p>
<h2 dir="auto">v2.3.1</h2>
<h2 dir="auto">What's Changed</h2>
<p dir="auto">Extend behavior of <code class="notranslate">fail-on-error</code> option to setup failures by <a href="https://github.com/afinetooth"><code class="notranslate">@afinetooth</code></a> in <a href="https://redirect.github.com/coverallsapp/github-action/pull/226">coverallsapp/github-action#226</a></p>
<ul dir="auto">
<li>
<p dir="auto">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 class="notranslate">fail-on-error</code> input is set to <code class="notranslate">false</code>.</p>
</li>
<li>
<p dir="auto">Adds logic to handle any failures in "setup" tasks, including downloading the <code class="notranslate">coverage-reporter</code> binary, verifying the binary, and finding the binary by its expected name after extraction.</p>
</li>
<li>
<p dir="auto">The new logic checks these actions and exits with code <code class="notranslate">1</code> on failure, except if <code class="notranslate">fail-on-error</code> is set to <code class="notranslate">true</code>, in which case it returns exit code <code class="notranslate">0</code>.</p>
</li>
<li>
<p dir="auto">Adds a matrix workflow that tests the action for each <code class="notranslate">os</code> and the two key binary commands (<code class="notranslate">coveralls report</code> and <code class="notranslate">coevralls done</code>). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.</p>
</li>
<li>
<p dir="auto">Also extends the behavior of <code class="notranslate">debug: true</code> to flip the shell-specific debug flag for each <code class="notranslate">os</code> including <code class="notranslate">set -x</code> for <code class="notranslate">linux</code> and <code class="notranslate">macos</code> and <code class="notranslate">Set-PSDebug -Trace 1</code> for <code class="notranslate">windows</code>.</p>
</li>
</ul>
<p dir="auto"><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1">coverallsapp/github-action@<tt>v2.3.0...v2.3.1</tt></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/coverallsapp/github-action/commit/43f11c4e058174f808ee9cd63701b6c42fe3f5e3"><code class="notranslate">43f11c4</code></a> Verify that <code class="notranslate">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 class="notranslate">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 class="notranslate">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 class="notranslate">f795697</code></a> Update README.md</li>
<li><a href="https://github.com/coverallsapp/github-action/commit/38d584dc0b21b823b1459f31874a5e0121c5d3a5"><code class="notranslate">38d584d</code></a> Update README.md</li>
<li><a href="https://github.com/coverallsapp/github-action/commit/9a6b4a8b366a1e0dda4bb4a0f9a592347fe98c87"><code class="notranslate">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 class="notranslate">1134c89</code></a> Extend behavior of <code class="notranslate">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>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/f57e4719ce3c6fe4e182855323c029d0f52795f7f3f119606e75444afb618a30/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d636f766572616c6c736170702f6769746875622d616374696f6e267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d322e332e30266e65772d76657273696f6e3d322e332e32" alt="Dependabot compatibility score" data-canonical-src="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" style="max-width: 100%;"></a></p>
<p dir="auto">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 <code class="notranslate">@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<li><code class="notranslate">@dependabot rebase</code> will rebase this PR</li>
<li><code class="notranslate">@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code class="notranslate">@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code class="notranslate">@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code class="notranslate">@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code class="notranslate">@dependabot show <dependency name> ignore conditions</code> will show all of the ignore conditions of the specified dependency</li>
<li><code class="notranslate">@dependabot ignore this major version</code> will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this minor version</code> will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore this dependency</code> will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5263'>https://github.com/openstreetmap/openstreetmap-website/pull/5263</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5263/commits/dcb8113da5a9e8105f13efb7658ea9045c5df6ac" class="commit-link">dcb8113</a> Bump coverallsapp/github-action from 2.3.0 to 2.3.2</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5263/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5263/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f">.github/workflows/tests.yml</a>
(4)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5263.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5263.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5263.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5263.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5263">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNVL4AMRA3U24IHNH3Z3WPMFAVCNFSM6AAAAABQAGKOWCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TAMJUGM3DSMQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLLB3EPAWKUQTRIZHSLZ3WPMFA5CNFSM6AAAAABQAGKOWCWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHJUYTUZQ.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5263</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5263",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5263",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>