[ACS-8433] ACA: User Profile Service (#3957)

This commit is contained in:
Denys Vuika
2024-07-22 10:07:43 -04:00
committed by GitHub
parent f23f5edd08
commit b5568d43fa
15 changed files with 183 additions and 153 deletions

View File

@@ -58,7 +58,7 @@ module.exports = () => {
check: {
global: {
statements: 75,
branches: 67,
branches: 65,
functions: 71,
lines: 74
}