Merge pull request #7220 from edx/ned/diff-cover-moved

Diff-cover moved
This commit is contained in:
Ned Batchelder
2015-03-04 10:52:08 -05:00

View File

@@ -400,7 +400,7 @@ More specific options are below.
paver run_pep8 --limit=800
* The `run_quality` uses the underlying diff-quality tool (which is packaged with [diff-cover](https://github.com/edx/diff-cover)). With that, the command can be set to fail if a certain diff threshold is not met. For example, to cause the process to fail if quality expectations are less than 100% when compared to master (or in other words, if style quality is worse than what's already on master):
* The `run_quality` uses the underlying diff-quality tool (which is packaged with [diff-cover](https://github.com/Bachmann1234/diff-cover)). With that, the command can be set to fail if a certain diff threshold is not met. For example, to cause the process to fail if quality expectations are less than 100% when compared to master (or in other words, if style quality is worse than what's already on master):
paver run_quality --percentage=100