Enables Codecov test reporting for the backend (#9295)

This commit is contained in:
Trenton H
2025-03-04 10:38:06 -08:00
committed by GitHub
parent f3e6ed56b9
commit d82555e644
2 changed files with 13 additions and 1 deletions

View File

@@ -329,6 +329,8 @@ addopts = [
"--maxprocesses=16",
"--quiet",
"--durations=50",
"--junitxml=junit.xml",
"-o junit_family=legacy",
]
norecursedirs = [ "src/locale/", ".venv/", "src-ui/" ]