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

google / scaaml / 19629075826
86%
main: 86%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/dependabot-73ac63dc01
DEFAULT BRANCH: main
Ran 24 Nov 2025 09:27AM UTC
Jobs 1
Files 60
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

24 Nov 2025 09:14AM UTC coverage: 86.433%. Remained the same
19629075826

push

github

web-flow
Bump astro from 5.15.6 to 5.16.0 in /website in the dependabot group (#440)

Bumps the dependabot group in /website with 1 update:
[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).

Updates `astro` from 5.15.6 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/2e845fe56de45c... (continued)

3077 of 3560 relevant lines covered (86.43%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19629075826.1 24 Nov 2025 09:27AM UTC 60
86.43
GitHub Action Run
Source Files on build 19629075826
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19629075826
  • 20f52535 on github
  • Prev Build on gh-readonly-queue/main/pr-436-df3401ae39eeb7a5cb5f51a2630246d438061c52 (#19424693182)
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

© 2025 Coveralls, Inc