Skip to content

Commit

Permalink
Ignore some modules in codevoc (apache#14972)
Browse files Browse the repository at this point in the history
* Ignore some modules

* Ignore some modules

* Ignore some modules
  • Loading branch information
AlbumenJ authored Dec 6, 2024
1 parent 3dd9065 commit c88c7f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ 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
- "**/aot/**/*"
- "**/dubbo-demo/**/*"
- "**/dubbo-compiler/**/*"
- "**/dubbo-test/**/*"
- "**/dubbo-compatible/**/*"
- "**/dubbo-native/**/*"
- "**/dubbo-maven-plugin/**/*"

0 comments on commit c88c7f1

Please sign in to comment.