Skip to content

Commit

Permalink
sort COVERAGE_REPORT output
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Nov 3, 2012
1 parent 1b5afde commit d1c47c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/COVERAGE_REPORT
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d1c47c2

Please sign in to comment.