Files
delliott 1d0acdf389
continuous-integration/drone/push Build is passing
feat: add coverage reports for library functions (#5839)
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>
2026-05-08 07:17:41 +00:00

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