GraphForge v0.1.4: CI/CD Excellence

GraphForge v0.1.4 made the project faster to iterate on by moving coverage feedback and test analytics closer to the developer.

February 2, 2026GraphForgeTestingOpen source

Curate Labs / DecisionNerd release note.

GraphForge v0.1.4: CI/CD Excellence

GraphForge v0.1.4: CI/CD Excellence

GraphForge v0.1.4 was about making development feedback faster and more trustworthy.

The release added local coverage validation targets, Codecov test analytics, and a one-command pre-push workflow. It also expanded list and map literal support in CREATE statements.

What Shipped

  • make pre-push, make coverage, make check-coverage, and related coverage targets
  • JUnit XML generation and Codecov test analytics
  • Cross-platform performance and flaky-test monitoring
  • List and map literal support in node properties
  • Reported coverage of 88.69% combined across line and branch coverage

Why We're Excited

Graph engines live or die by regression discipline. This release made correctness cheaper to preserve by letting contributors catch coverage and test failures before waiting on remote CI.

Source