diff --git a/codecov.yml b/codecov.yml index a421a21..1ba5505 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,6 @@ codecov: branch: main + disable_default_path_fixes: true coverage: range: 70...100 @@ -19,4 +20,7 @@ ignore: - "**/example/" - "**/*.g.*" - "**/*Test.kt" - - "**/EasyEventStore/" \ No newline at end of file + - "**/EasyEventStore/" + +fixes: + - "sncf/connect/tech/eventide::android/src/main/kotlin/" \ No newline at end of file