diff --git a/ci/__main__.py b/ci/__main__.py index 09ee91163af4fba24ce450a592f0d2f923f7e43b..93c90d8454b7cd6cb3298e69017427df77553162 100644 --- a/ci/__main__.py +++ b/ci/__main__.py @@ -85,7 +85,7 @@ def flake8(python_version): check_call(["edm", "run", "-e", env_name, "--", "flake8", "."]) -@cli.command(help="Builds the documentation") +@cli.command(help="Runs the coverage") @python_version_option def coverage(python_version): env_name = get_env_name(python_version)