Skip to content

Commit

Permalink
codecov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisChoupault committed Mar 4, 2025
1 parent 1f4cb58 commit 0498a1a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
codecov:
branch: main
disable_default_path_fixes: true

coverage:
range: 70...100
Expand All @@ -19,4 +20,18 @@ ignore:
- "**/example/"
- "**/*.g.*"
- "**/*Test.kt"
- "**/EasyEventStore/"
- "**/EasyEventStore/"

fixes:
- "sncf/connect/tech/eventide::android/src/main/kotlin/sncf/connect/tech/eventide"

flags:
android:
paths:
- android/src/main/kotlin/
ios:
paths:
- ios/
flutter:
paths:
- lib/

0 comments on commit 0498a1a

Please sign in to comment.