initial commit
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 6m0s

This commit is contained in:
2026-02-05 16:25:14 +01:00
commit a16eae58a0
23 changed files with 1613 additions and 0 deletions

6
.tarpaulin.ci.toml Normal file
View File

@@ -0,0 +1,6 @@
[all]
out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
exclude-files = ["target/*"]