annotate .coveragerc @ 7308:24cbf3a41e8a

Use dumb-init in Dockerfile; chown tracker directory to proper uid Use dumb-init so proceses started from Roundup get properly reaped if they exit after the Roundup server instance. Also chown the tracker mount directory to the specified uid/gid.
author John Rouillard <rouilj@ieee.org>
date Wed, 10 May 2023 17:53:47 -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/