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

dantebertuzzi / MissingPatterns.jl / 33455937406
99%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2026 12:47AM UTC
Jobs 1
Files 1
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

01 Sep 2026 12:42AM UTC coverage: 98.807%. Remained the same
33455937406

push

github

dantebertuzzi
Fix two documented examples that threw, and test them

Both were reported from a REPL session pasting the README verbatim.

`sort(missingpairstats(df); by = r -> -r.phi)[1:5]` raises BoundsError
whenever the table has fewer than five column pairs — that is, fewer than
four columns, which is most small examples. Replaced with
`first(sort(...), 5)`, which clamps instead of throwing.

`filter(r -> r.pattern.age && !r.pattern.income, ps)` raises FieldError
unless the table happens to have columns named `age` and `income`. The
example was illustrative but sat in a block that reads as copy-pasteable,
operating on a `df` that appeared from nowhere.

Both blocks — in README.md, docs/src/data.md and the missingpatternstats /
missingpairstats docstrings — now define the table they run against, so the
whole sequence can be pasted into a REPL and works.

Added a "documented examples run" testset that executes those sequences, so
this class of rot fails CI rather than reaching a reader. Tests 405 -> 417.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GBiwuktpaafL2us5rDZukV

994 of 1006 relevant lines covered (98.81%)

10859.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33455937406.1 01 Sep 2026 12:47AM UTC 1
98.81
GitHub Action Run
Source Files on build 33455937406
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33455937406
  • 08fb3d9c on github
  • Prev Build on main (#33454225519)
  • Next Build on main (#33456276712)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc