Enables Codecov test reporting for the backend

This commit is contained in:
Trenton H
2025-03-04 09:24:06 -08:00
parent 780d1c67e9
commit 70ed244a10
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/" ]