• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / scratchpad / 14813920483
2%

Build:
DEFAULT BRANCH: main
Ran 03 May 2025 07:25PM UTC
Jobs 1
Files 44
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 May 2025 07:25PM UTC coverage: 0.0%. Remained the same
14813920483

push

github

web-flow
Bump prettier from 3.5.1 to 3.5.3 (#444)

Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to
3.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.5.3</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#353">Changelog</a></p>
<h2>3.5.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#352">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.5.3</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.2...3.5.3">diff</a></p>
<h4>Flow: Fix missing parentheses in
<code>ConditionalTypeAnnotation</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/17196">#17196</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
type T&lt;U&gt; = 'a' | ('b' extends U ? 'c' : empty);
type T&lt;U&gt; = 'a' &amp; ('b' extends U ? 'c' : empty);
<p>// Prettier 3.5.2<br />
type T&lt;U&gt; = &quot;a&quot; | &quot;b&quot; extends U ?
&quot;c&quot; : empty;<br />
type T&lt;U&gt; = &quot;a&quot; &amp; &quot;b&quot; extends U ?
&quot;c&quot; : empty;</p>
<p>// Prettier 3.5.3<br />
type T&lt;U&gt; = &quot;a&quot; | (&quot;b&quot; extends U ?
&quot;c&quot; : empty);<br />
type T&lt;U&gt; = &quot;a&quot; &amp; (&quot;b&quot; extends U ?
&quot;c&quot; : empty);<br />
</code></pre></p>
<h1>3.5.2</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.1...3.5.2">diff</a></p>
<h4>Remove <code>module-sync</code> condition (<a
href="https://redirect.github.com/prettier/prettier/pull/17156">#17156</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<p>In Prettier 3.5.0, <a
href="https://prett... (continued)

0 of 40 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 1971 relevant lines covered (0.0%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14813920483.1 03 May 2025 07:25PM UTC 44
0.0
GitHub Action Run
Source Files on build 14813920483
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #14813920483
  • ee0566e1 on github
  • Prev Build on main (#14813919103)
  • Next Build on main (#14842545793)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc