Mercurial > p > roundup > code
annotate .coveragerc @ 6941:bd2c3b2010c3
issue2551232 - modify in-reply-to threading when multiple matches
if an email is missing an issue designator, in-reply-to threading is
attempted. In this change if in-reply-to threading matches multiple
issues, fall back to matching on subject. It used to just arbitrairly
choose the first matching issue.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Sep 2022 18:49:46 -0400 |
| 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/* |
