annotate .coveragerc @ 8285:2bf0c4e7795e

fix: issue2551390 - Replace text input/calendar popup with native date input Docs, code and test changes for the changeover to a native date element. See issue for details.
author John Rouillard <rouilj@ieee.org>
date Sat, 18 Jan 2025 12:23:23 -0500
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/