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

RobinTail / express-zod-api / 7167436965
100%

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2023 12:31PM UTC
Jobs 5
Files 34
Run time 6s
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

11 Dec 2023 12:30PM UTC coverage: 100.0%. Remained the same
7167436965

push

github

web-flow
Bump prettier from 3.1.0 to 3.1.1 (#1372)

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to
3.1.1.
<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.1.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">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.1.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.1.0...3.1.1">diff</a></p>
<h4>Fix config file search (<a
href="https://redirect.github.com/prettier/prettier/pull/15363">#15363</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<p>Previously, we start search for config files from the filePath as a
directory, if it happened to be a directory and contains config file, it
will be used by mistake.</p>
<pre lang="text"><code>├─ .prettierrc
└─ test.js         (A directory)
  └─ .prettierrc
</code></pre>
<pre lang="js"><code>// Prettier 3.1.0
await prettier.resolveConfigFile(new URL(&quot;./test.js&quot;,
import.meta.url));
// &lt;CWD&gt;/test.js/.prettierrc
<p>// Prettier 3.1.1
await prettier.resolveConfigFile(new URL(&quot;./test.js&quot;,
import.meta.url));
// &lt;CWD&gt;/.prettierrc
</code></pre></p>
<h4>Skip explicitly passed symbolic links with
<code>--no-error-on-unmatched-pattern</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/15533">#15533</a>
by <a
href="https://github.com/sanmai-NL"><code>@​sanmai-NL</code></a>)</h4>
<p>Since Prettier v3, we stopped following symbolic links, however in
some use cases, the symbolic link patterns can't be filtered out, and
there is no way to prevent Prettier from throwing errors.</p>
<p>In Prettier 3.1.1, you can... (continued)

580 of 604 branches covered (0.0%)

1240 of 1240 relevant lines covered (100.0%)

354.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-20.x - 7167436965.1 11 Dec 2023 12:31PM UTC 34
100.0
GitHub Action Run
2 run-18.x - 7167436965.2 11 Dec 2023 12:31PM UTC 34
100.0
GitHub Action Run
3 run-20.1.0 - 7167436965.3 11 Dec 2023 12:31PM UTC 34
100.0
GitHub Action Run
4 run-18.6.0 - 7167436965.4 11 Dec 2023 12:31PM UTC 34
100.0
GitHub Action Run
5 run-18.0.0 - 7167436965.5 11 Dec 2023 12:31PM UTC 34
100.0
GitHub Action Run
Source Files on build 7167436965
  • Tree
  • List 34
  • 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 #7167436965
  • 130a7a40 on github
  • Prev Build on master (#7132728060)
  • Next Build on master (#7168200987)
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