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

thanos / ex_datalog / 1c7604053927387f67aaf68fa5ef9d28401ad1f2-PR-86 / 1
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v0.2.0/Constraint-Storage_Foundations
DEFAULT BRANCH: main
Ran 14 May 2026 10:47PM UTC
Files 33
Run time 1s
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

14 May 2026 10:46PM UTC coverage: 93.441% (+1.5%) from 91.979%
1c7604053927387f67aaf68fa5ef9d28401ad1f2-PR-86.1

Pull #86

github

thanos
T1: Constructor + introspection + validity tests
 - Added describe "type predicate constructors" with tests for type_integer/1, type_binary/1, type_atom/1
 - Added describe "string predicate constructors" with tests for starts_with/2, contains/2
 - Added describe "membership constructor" with test for member/2
 - Added describe "type_predicate?/1", describe "string_predicate?/1", describe "membership?/1" with introspection tests
 - Added valid?/1 tests for new constraint types including :member right validation, type predicate nil right, nil result validation
 - Added input_variables/1 and result_variable/1 tests for new constraint types
 - Added dispatch consistency test

T3: Portability tests for new constraint types
 - Added type_predicate_program (integer type filter), string_predicate_program (atom type), and membership_program (member filter)
 - Added 3 new portability tests for type predicates, string predicates, and membership
 - Extended iteration-parity check (D5) to cover all 8 programs

M1: Replace bare if/nil in IR
 - IR.from_constraint/1 now uses maybe_from_term/1 pattern matching helper instead of if(right != nil, ...)

M8: Refactor apply_arithmetic
 - Replaced nested case/computed pattern with guard-clause function heads that check is_integer
 - Division-by-zero returns :filter before computing (guard right == 0)
 - Non-integer operands fall through to catch-all :filter

D4: Dispatch consistency test
 - Added test that every op in @all_ops dispatches via Constraint.evaluate/3 without error

D5: Extended iteration-parity
 - All 8 portability programs (including type predicates, string predicates, membership) now check iterations parity

Doc2: Fix broken Capabilities doctests
 - Replaced ... ellipsis in merge/2 doctest with actual field assertions
 - Replaced from_backend/1 doctest with concrete field check
 - Added doctest ExDatalog.Capabilities to test file

Doc4: CHANGELOG v0.2.0
 - Added full v0.2.0 entry covering all Added, Changed,... (continued)
Pull Request #86: V0.2.0/constraint storage foundations

869 of 930 relevant lines covered (93.44%)

144.09 hits per line

Source Files on job 1c7604053927387f67aaf68fa5ef9d28401ad1f2-PR-86.1
  • Tree
  • List 33
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • 1c760405 on github
  • Prev Job for on v0.2.0/Constraint-Storage_Foundations (#a3e6c7d1ec0e85cb92d3ed1788a2c216b8f8485b.1)
  • 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