Skip to content

Commit

Permalink
Ignore some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Dec 6, 2024
1 parent 21f5e1d commit 6170586
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ coverage:
default:
threshold: 0.1%
ignore:
- "**/dubbo-demo/**"
- "**/dubbo-compiler/**"
- "**/dubbo-test/**"
- "**/dubbo-compatible/**"
- "**/dubbo-native/**"
- "**/dubbo-common/src/main/java/org/apache/dubbo/common/json/*.java" # internal JSON impl is deprecate, ignore test coverage for them
- "**/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/AnnotationBean.java" # Deprecated
- "dubbo/dubbo-demo"
- "dubbo/dubbo-compiler"
- "dubbo/dubbo-test"
- "dubbo/dubbo-compatible"
- "dubbo/dubbo-native"
- "dubbo/dubbo-maven-plugin"
- "dubbo/dubbo-common/src/main/java/org/apache/dubbo/common/json/*.java" # internal JSON impl is deprecate, ignore test coverage for them
- "dubbo/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/AnnotationBean.java" # Deprecated

0 comments on commit 6170586

Please sign in to comment.