1d0acdf389
continuous-integration/drone/push Build is passing
Require 100% line coverage for lib functions. At present we only test lib functions. Add the tests needed to achieve this coverage. --------- Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5839 Co-authored-by: delliott <420+delliott@fsfe.org> Co-committed-by: delliott <420+delliott@fsfe.org>
25 lines
360 B
Plaintext
25 lines
360 B
Plaintext
# build cache stuff
|
|
.cache
|
|
global/data/texts/.texts.??.xml
|
|
global/data/topbanner/.topbanner.??.xml
|
|
.default.xsl
|
|
.localmenu.*.xml
|
|
.*.xmllist
|
|
# Local build stuff
|
|
output
|
|
# Python stuff
|
|
.venv
|
|
__pycache__
|
|
# pytest coverage outputs
|
|
.coverage
|
|
#phpcsfixer cache
|
|
.php-cs-fixer.cache
|
|
# Secrets
|
|
# docker compose
|
|
.env
|
|
# drone
|
|
secrets.txt
|
|
drone_token.txt
|
|
# editors
|
|
.vscode
|