view .coveragerc @ 8239:6bd11a73f2ed

issue2551253. default hash is PBKDF2-SHA512. The default password hashing algorithm has been upgraded to PBKDF2-SHA512 from PBKDF2-SHA1. The default pbkdf2 rounds in the config file has been changed to 250000. Doc updated.
author John Rouillard <rouilj@ieee.org>
date Mon, 30 Dec 2024 02:57:46 -0500
parents 729e703a6c5a
children
line wrap: on
line source

[run]

# ignore the dist utils. They are not part of the code base
# we are going to test. They are used by maintainers only.
omit = roundup/dist/*

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