sort COVERAGE_REPORT output
authorForrest Voight <forrest@forre.st>
Sat, 3 Nov 2012 16:02:27 +0000 (12:02 -0400)
committerForrest Voight <forrest@forre.st>
Sat, 3 Nov 2012 16:02:27 +0000 (12:02 -0400)
dev/COVERAGE_REPORT

index e69db4b..2b019c5 100644 (file)
@@ -1 +1 @@
-python -m coverage report --include='p2pool/*' --omit='p2pool/test/*' -m
+python -m coverage report --include='p2pool/*' --omit='p2pool/test/*' -m | sort -k 3 -n