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

google / sedpack / 19698221581 / 1
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-290-9ccd32e8bbdb1b79116eec22af1cdfc0fb200e51
DEFAULT BRANCH: main
Ran 26 Nov 2025 09:10AM UTC
Files 76
Run time 2s
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

26 Nov 2025 09:04AM UTC coverage: 88.636%. Remained the same
19698221581.1

push

github

web-flow
Bump astro from 5.15.3 to 5.16.0 in /website (#279)

Bumps
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro)
from 5.15.3 to 5.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/withastro/astro/releases">astro's
releases</a>.</em></p>
<blockquote>
<h2>astro@5.16.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/13880">#13880</a>
<a
href="https://github.com/withastro/astro/commit/1a2ed01c9"><code>1a2ed01</code></a>
Thanks <a href="https://github.com/azat-io"><code>@​azat-io</code></a>!
- Adds experimental SVGO optimization support for SVG assets</p>
<p>Astro now supports automatic SVG optimization using SVGO during build
time. This experimental feature helps reduce SVG file sizes while
maintaining visual quality, improving your site's performance.</p>
<p>To enable SVG optimization with default settings, add the following
to your <code>astro.config.mjs</code>:</p>
<pre lang="js"><code>import { defineConfig } from 'astro/config';
<p>export default defineConfig({
experimental: {
svgo: true,
},
});
</code></pre></p>
<p>To customize optimization, pass a <a
href="https://svgo.dev/docs/plugins/">SVGO configuration object</a>:</p>
<pre lang="js"><code>export default defineConfig({
  experimental: {
    svgo: {
      plugins: [
        'preset-default',
        {
          name: 'removeViewBox',
          active: false,
        },
      ],
    },
  },
});
</code></pre>
<p>For more information on enabling and using this feature in your
project, see the <a
href="https://docs.astro.build/en/reference/experimental-flags/svg-optimization/">experimental
SVG optimization docs</a>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/14810">#14810</a>
<a
href="https://github.com/withastro/astro/commit/2e845fe56"><code>2e845fe</code></a>
Thanks <a
href="https://github.com/a... (continued)

3073 of 3467 relevant lines covered (88.64%)

0.89 hits per line

Source Files on job 19698221581.1
  • Tree
  • List 76
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19698221581
  • 4008d8b7 on github
  • Prev Job for on gh-readonly-queue/main/pr-279-1dfb939f0246ac5ed21587092a5e4ea3aa081bc4 (#19639406568.1)
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