Mercurial > p > roundup > code
annotate .coveragerc @ 6076:bae060c8a5ac
jinja2: added "Restore" query permission to default schema (as is the case with classic template)
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sun, 02 Feb 2020 00:03:21 +0000 |
| parents | 729e703a6c5a |
| children |
| rev | line source |
|---|---|
|
5209
729e703a6c5a
Added .coveragerc to exclude the dist utilites from code coverage.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
1 [run] |
|
729e703a6c5a
Added .coveragerc to exclude the dist utilites from code coverage.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
2 |
|
729e703a6c5a
Added .coveragerc to exclude the dist utilites from code coverage.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
3 # ignore the dist utils. They are not part of the code base |
|
729e703a6c5a
Added .coveragerc to exclude the dist utilites from code coverage.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
4 # we are going to test. They are used by maintainers only. |
|
729e703a6c5a
Added .coveragerc to exclude the dist utilites from code coverage.
John Rouillard <rouilj@ieee.org>
parents:
diff
changeset
|
5 omit = roundup/dist/* |
