annotate .coveragerc @ 7867:1774fdf2010a

doc: vale fixes, update TAL repeat object section. For repeat object/variable, added back first() and last() methods now that they are fixed. Moved start/end properties to separate property table along with index. Added details on how even works (e.g. even() is True when number() is 1 because the index is 0 which is even). Document returns from methods are mostly truthy and not true.
author John Rouillard <rouilj@ieee.org>
date Sun, 07 Apr 2024 20:58:58 -0400
parents 729e703a6c5a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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/*

Roundup Issue Tracker: http://roundup-tracker.org/