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

BacLuc / ecamp3 / 27096199141
36%
devel: 36%

Build:
Build:
LAST BUILD BRANCH: improve-refresh-further
DEFAULT BRANCH: devel
Ran 07 Jun 2026 03:05PM UTC
Jobs 3
Files 696
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

07 Jun 2026 03:03PM UTC coverage: 35.782%. First build
27096199141

push

github

BacLuc
frontend: use reactive computedList ref in Excel export instead of stale name

In `useMaterialViewHelper`, `downloadMaterialList` was called with
`computedList.value?.name` — a string evaluated once at setup time.
Navigating to a different material list updated the reactive `computedList`
but left the already-captured name stale, so the Excel filename and the
header cell (A1) in each sheet reflected the previously-viewed list.

Pass the `computedList` computed ref itself and resolve `.value?.name`
inside the async export function, ensuring the current list name is
always used at the moment of download.

fixes #9778

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: BacLuc <lucius.bachmann@clubpage.ch>

840 of 4740 branches covered (17.72%)

Branch coverage included in aggregate %.

0 of 4 new or added lines in 1 file covered. (0.0%)

4854 of 11173 relevant lines covered (43.44%)

984.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
20.0
frontend/src/components/material/useMaterialViewHelper.js
Jobs
ID Job ID Ran Files Coverage
1 frontend - 27096199141.1 07 Jun 2026 03:07PM UTC 389
15.31
GitHub Action Run
2 api - 27096199141.2 07 Jun 2026 03:08PM UTC 239
88.33
GitHub Action Run
3 pdf - 27096199141.3 07 Jun 2026 03:05PM UTC 68
73.06
GitHub Action Run
Source Files on build 27096199141
  • Tree
  • List 696
  • 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 #27096199141
  • 3b583427 on github
  • Delete
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