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