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

Valian / live_vue / 2ae6a5aa60c3ee63211dacf6714982a35779af13
82%

Build:
DEFAULT BRANCH: main
Ran 22 Oct 2025 10:53AM UTC
Jobs 1
Files 10
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

22 Oct 2025 10:53AM UTC coverage: 77.931% (+0.05%) from 77.88%
2ae6a5aa60c3ee63211dacf6714982a35779af13

push

github

web-flow
bugfix: correctly filter deleted items from embed_many error arrays (#94)

When items are removed from embed_many collections, the error array was
including extra nil values for deleted items, causing misalignment with
the values array.

Root cause: collect_changeset_errors mapped over ALL changesets including
those with params==nil (deleted items), while collect_changeset_values
filtered them out.

Fix: Added Enum.filter(&(&1.params != nil)) to error collection to match
the filtering logic used for values (line 210).

Also added tests verifying error/values array length matching for both
simple and deeply nested embed_many scenarios.

1 of 1 new or added line in 1 file covered. (100.0%)

339 of 435 relevant lines covered (77.93%)

31.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2ae6a5aa60c3ee63211dacf6714982a35779af13.1 22 Oct 2025 10:53AM UTC 10
77.93
GitHub Action Run
Source Files on build 2ae6a5aa60c3ee63211dacf6714982a35779af13
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2ae6a5aa on github
  • Prev Build on main (#3FD34166...)
  • Next Build on main (#AE7D5BD7...)
  • 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