]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/coverage.py
Merge with master
[lilypond.git] / buildscripts / coverage.py
index 68428decd40111526a1432b57636352cd9169cfc..ed7d0eef255a59078d796e2a7341e25e518df054 100644 (file)
@@ -231,7 +231,7 @@ def main ():
 
         if options.uncovered:
             chunks = filter_uncovered (chunks)
-            chunks = [(c.uncovered_score (), c) for c in chunks]
+            chunks = [(c.uncovered_score (), c) for c in chunks if c.uncovered_score() > 0]
         elif options.hotspots:
             chunks = [((c.coverage_count, -c.length()), c) for c in chunks]