Report full version in check-ast
diff --git a/.coveragerc b/.coveragerc
index 714aaa1..732613b 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -10,6 +10,8 @@
     get-git-lfs.py
 
 [report]
+show_missing = True
+skip_covered = True
 exclude_lines =
     # Have to re-enable the standard pragma
     \#\s*pragma: no cover