Curate Labs Article
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.
Open Source release
GraphForge is Curate Labs work, released through the DecisionNerd open-source organization. This post is a release note for embedded graph tooling and analytical Python workflows.
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 it matters
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
GitHub release: GraphForge v0.1.4