Skip to content

ForensicLens v1.4.0 — CI, Coverage & Swift Package Index Readiness

Choose a tag to compare

@Deipedra34 Deipedra34 released this 07 Sep 10:03
· 4 commits to main since this release

ForensicLens v1.4.0

Adds a dedicated CI test workflow, code coverage reporting, and Swift Package Index readiness — plus status badges on the README.

What's new

  • New GitHub Actions workflow running swift test on every push and pull request, across a macOS + Linux matrix
  • Code coverage measurement on the Linux job, uploaded to Codecov
  • .spi.yml added, declaring supported platforms and Swift versions for a clean Swift Package Index build
  • Package.swift reviewed for Swift Package Index compatibility
  • Build status, coverage, and Swift Package Index badges added to the top of the README

Notes

This is infrastructure and packaging work only — no changes to the analysis pipeline or CLI behavior in this release. Swift Package Index listing itself still requires a manual submission at swiftpackageindex.com/add-a-package.

See the README for the new badges and coverage instructions.