wordsmithing

This commit is contained in:
David Baumgold
2014-04-30 15:13:02 -04:00
parent 82f98b2974
commit 280bb96cdc
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ Code Coverage
We measure which lines of our codebase are covered by unit tests using
`coverage.py`_ for Python and `JSCover`_ for Javascript.
Our codebase is far from perfect, but the goal is to slowly improve our coverage
Our codebase is far from perfect, but the goal is to steadily improve our coverage
over time. To do this, we wrote a tool called `diff-cover`_ that will
report which lines in your branch are not covered by tests, while ignoring
other lines in the project that may not be covered. Using this tool,