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

code-shoily / choreo / f9dbf07dcc2dddc176f6eacc7c0231d724b115f4
88%

Build:
DEFAULT BRANCH: main
Ran 08 Jun 2026 06:20AM UTC
Jobs 1
Files 67
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

08 Jun 2026 06:19AM UTC coverage: 89.081% (+0.02%) from 89.057%
f9dbf07dcc2dddc176f6eacc7c0231d724b115f4

push

github

code-shoily
fix(dependency): review fixes for parallel edges, strict mode, and analysis correctness

- Remove false docstring limitation about single edges per (from, to) pair;
  parallel edges are already supported via Yog.Multi.add_edge
- Add strict: mode to Dependency.new/1; depends_on/4 raises on missing
  endpoints when strict is true (consistent with FSM/DT/MindMap)
- Tighten edges/1 type spec to integer() weights
- Guard transitive_reduction/1 against cyclic graphs; returns [] on cycles
  since the algorithm is only valid on DAGs
- Make cyclic_dependencies/1 deterministic by sorting SCCs before picking
  the canonical start node
- Drop unnecessary length(path) > 50 guard from find_cycle/5; visited set
  already prevents infinite recursion
- Sort affected_by/2 and depends_on/2 output for deterministic ordering
- Document leaves/1 and roots/1 naming convention (inverted from tree terms)
- Document instability/1 parallel-edge collapse and validate/1 layer omission
- Polish livebook: remove section cruft, hex/local labels, Kino.Layout.tabs,
  better DIP example, isolated subsystems demo, multi-level zoom demo

15 of 15 new or added lines in 2 files covered. (100.0%)

5140 of 5770 relevant lines covered (89.08%)

19.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 f9dbf07dcc2dddc176f6eacc7c0231d724b115f4.1 08 Jun 2026 06:20AM UTC 67
89.08
GitHub Action Run
Source Files on build f9dbf07dcc2dddc176f6eacc7c0231d724b115f4
  • Tree
  • List 67
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f9dbf07d on github
  • Prev Build on main (#9FD6A544...)
  • Next Build on main (#C3F53681...)
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