Refactor Filters and Search (#119)

This commit is contained in:
Charles Bochet
2023-05-17 13:25:33 +02:00
committed by GitHub
parent 96e3f2c7ea
commit 499752ed6b
25 changed files with 466 additions and 804 deletions

View File

@ -67,7 +67,7 @@
"coverageThreshold": {
"global": {
"branches": 70,
"functions": 80,
"functions": 75,
"lines": 80,
"statements": 80
}