From 195b936de6b62d6e789c39949248f5c2574c02f3 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 11:46:12 +0000 Subject: [PATCH] docs(changelog): note coverage artefact publishing --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index d6c0f41..7ac0cb5 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Containerized behavior test suite for command parity validation. - Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`. - Just workflow support for building and running the Linux behavior binary. +- Coverage reports and badges published to shared object storage for branches and pull requests. +- Pull requests now receive coverage report links in CI comments. ### Changed