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 6170586 commit 9475842
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ coverage:
default:
threshold: 0.1%
ignore:
- "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
- "**/dubbo-demo/**/*"
- "**/dubbo-compiler/**/*"
- "**/dubbo-test/**/*"
- "**/dubbo-compatible/**/*"
- "**/dubbo-native/**/*"
- "**/dubbo-maven-plugin/**/*"

0 comments on commit 9475842

Please sign in to comment.