1
0

M4 AP-008 Testabdeckung für Fingerprint, Persistenz und Skip-Logik

vervollständigen
This commit is contained in:
2026-04-03 14:18:31 +02:00
parent a35ac5c8f1
commit 326e739e45
3 changed files with 197 additions and 25 deletions

1
.claude/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/settings.local.json

View File

@@ -1,25 +0,0 @@
{
"permissions": {
"allow": [
"Bash(xargs grep:*)",
"Bash(xargs wc:*)",
"Bash(mvn clean:*)",
"Bash(mvn verify:*)",
"Bash(mvn test:*)",
"Bash(find D:/Dev/Projects/pdf-umbenenner-parent -not -path */target/* -type d)",
"Bash(mvn -pl pdf-umbenenner-adapter-out clean compile)",
"Bash(mvn dependency:tree -pl pdf-umbenenner-adapter-out)",
"Bash(mvn -pl pdf-umbenenner-domain clean compile)",
"Bash(mvn help:describe -Dplugin=org.apache.pdfbox:pdfbox -Ddetail=false)",
"Bash(cd /d D:/Dev/Projects/pdf-umbenenner-parent)",
"Bash(mvn -v)",
"Bash(grep -E \"\\\\.java$\")",
"Bash(grep \"\\\\.java$\")",
"Bash(mvn -q clean compile -DskipTests)",
"Bash(mvn -q test)",
"Bash(mvn -q clean test)",
"Bash(git add:*)",
"Bash(git commit -m ':*)"
]
}
}