mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-18 22:23:48 +00:00
.github
accounting
antispam
club
com
core
counter
docs
eboutic
election
forum
galaxy
launderette
locale
matmat
pedagogy
rootplace
sas
sith
staticfiles
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
README.md
biome.json
conftest.py
manage.py
mkdocs.yml
openapi-ts.config.ts
package-lock.json
package.json
poetry.lock
pyproject.toml
tsconfig.json
vite.config.mts
18 lines
254 B
INI
18 lines
254 B
INI
[run]
|
|
source = .
|
|
branch = False
|
|
omit =
|
|
*test*
|
|
*/migrations/*
|
|
doc/*
|
|
env/*
|
|
sith/toolbar_debug.py
|
|
sith/wsgi.py
|
|
migrate.py
|
|
[report]
|
|
show_missing = False
|
|
include = *.py
|
|
[html]
|
|
title = Sith Code Coverage
|
|
directory = coverage_report
|