Ran
|
Jobs
6
|
Files
50
|
Run time
1min
|
Badge
Embed â–¾
README BADGES
|
push
github
Bump prettier from 3.4.0 to 3.4.1 (#2217) Bumps [prettier](https://github.com/prettier/prettier) from 3.4.0 to 3.4.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.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341">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.4.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.0...3.4.1">diff</a></p> <h4>Remove unnecessary parentheses around assignment in <code>v-on</code> (<a href="https://redirect.github.com/prettier/prettier/pull/16887">#16887</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="vue"><code><!-- Input --> \<template> <button @click="foo += 2">Click</button> </template> <p><!-- Prettier 3.4.0 --><br /> &lt;template><br /> <button <a href="https://github.com/click"><code>@​click</code></a>="(foo += 2)">Click</button><br /> </template></p> <p><!-- Prettier 3.4.1 --><br /> &lt;template><br /> <button <a href="https://github.com/click"><code>@​click</code></a>="foo += 2">Click</button><br /> </template><br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/37fd1774d"><code>37fd177</code></a> Release 3.4.1</li> <li><a href="https://github.com/prettier/prettier/commit/1fb629709"><code>1fb6297</code></a> Update ts-api-utils to v1.4.2 (<a href="https://redirect.gith... (continued)
1194 of 1217 branches covered (98.11%)
3997 of 3997 relevant lines covered (100.0%)
363.02 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | run-18.18.0 - 12033516120.1 | 50 |
100.0 |
GitHub Action Run | |
2 | run-20.9.0 - 12033516120.2 | 50 |
100.0 |
GitHub Action Run | |
3 | run-18.x - 12033516120.3 | 50 |
100.0 |
GitHub Action Run | |
4 | run-22.0.0 - 12033516120.4 | 50 |
100.0 |
GitHub Action Run | |
5 | run-20.x - 12033516120.5 | 50 |
100.0 |
GitHub Action Run | |
6 | run-22.x - 12033516120.6 | 50 |
100.0 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|