From d34dfd74e64c4f080c596201901a047484737a8f Mon Sep 17 00:00:00 2001 From: Jay Ravani Date: Mon, 27 Jul 2026 17:09:58 +0200 Subject: [PATCH] docs: note ai-assisted testing in readme Some tests in this repo were written with the help of AI coding tools before human review -- worth disclosing up front, especially ahead of the repo going public. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fb4d6f..9e4ff91 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Architecture documentation (arc42): under development, not yet published. ![test coverage](https://codecov.io/github/THD-Spatial-AI/ignis/graphs/icicle.svg?token=CTUZED1ELJ) The top section in the graphic above, represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively. +> Some tests in this repository were written with the assistance of AI coding tools, then reviewed and validated by a maintainer before merging. + ```bash go test ./... go test ./... -coverprofile=coverage.out -covermode=atomic