diff --git a/docs/test_compose.md b/docs/test_compose.md
index 2a9ba98..21dde81 100644
--- a/docs/test_compose.md
+++ b/docs/test_compose.md
@@ -150,6 +150,7 @@ services:
| [compose_command](#input_compose_command) | string | true | | The command to run within
the docker compose service. |
| [compose_file](#input_compose_file) | string | false | `"docker-compose.yml"` | The docker compose file used
to run the test. |
| [compose_service](#input_compose_service) | string | true | | The docker compose service to
run the test against. |
+| [coverage](#input_coverage) | boolean | false | `false` | Generate a coverage HTML report
(requires coverage.py installed). |
| [environment](#input_environment) | string | false | `"test"` | The environment to use for
testing. |
| [extra_build_args](#input_extra_build_args) | string | false | | Space separated list of build
args to use for the
image. |
| [image_name](#input_image_name) | string | true | | The image root name, without
tag. E.g. 'ghcr.io/[dollar]{{ github.repository }}' |