feat: implement breaking change input
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 16m17s

This commit is contained in:
2026-03-09 22:57:35 +01:00
parent d51760fc9f
commit 520a54aae4
13 changed files with 836 additions and 137 deletions

View File

@@ -3,4 +3,4 @@ out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
exclude-files = ["target/*", "private/*"]
exclude-files = ["target/*", "private/*", "tests/*"]