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

google / scaaml / 12461570259
86%

Build:
DEFAULT BRANCH: main
Ran 23 Dec 2024 05:15AM UTC
Jobs 1
Files 52
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

19 Dec 2024 04:54PM UTC coverage: 80.482%. Remained the same
12461570259

push

github

web-flow
Bump astro from 5.0.3 to 5.1.0 in /website in the npm_and_yarn group (#329)

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

Updates `astro` from 5.0.3 to 5.1.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.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/withastro/astro/pull/12441">#12441</a>
<a
href="https://github.com/withastro/astro/commit/b4fec3c7d"><code>b4fec3c</code></a>
Thanks <a
href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Adds
experimental session support</p>
<p>Sessions are used to store user state between requests for
server-rendered pages, such as login status, shopping cart contents, or
other user-specific data.</p>
<pre lang="astro"><code>---
export const prerender = false; // Not needed in 'server' mode
const cart = await Astro.session.get('cart');
---
<p>&lt;a href=&quot;/checkout&quot;&gt;🛒 {cart?.length ?? 0}
items&lt;/a&gt;
</code></pre></p>
<p>Sessions are available in on-demand rendered/SSR pages, API
endpoints, actions and middleware. To enable session support, you must
configure a storage driver.</p>
<p>If you are using the Node.js adapter, you can use the <code>fs</code>
driver to store session data on the filesystem:</p>
<pre lang="js"><code>// astro.config.mjs
{
  adapter: node({ mode: 'standalone' }),
  experimental: {
    session: {
      // Required: the name of the unstorage driver
      driver: &quot;fs&quot;,
    },
  },
}
</code></pre>
<p>If you are deploying to a serverless environment, you can use drivers
such as <code>redis</code>, <code>netlify-blobs</code>,
<code>vercel-kv</code>, or <code>cloudflare-kv-binding</code> and
optionally pass additional configuration options.</p>
<p>For more information, including using the session... (continued)

2202 of 2736 relevant lines covered (80.48%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12461570259.1 23 Dec 2024 05:15AM UTC 52
80.48
GitHub Action Run
Source Files on build 12461570259
  • Tree
  • List 52
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #12461570259
  • 81ad802c on github
  • Prev Build on gh-readonly-queue/main/pr-328-06c69b871cf1aaae70121534d9e045a165b02a7f (#12349382247)
  • Next Build on main (#12542189060)
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