diff --git a/codecov.yml b/codecov.yml index c23e14ad37c0..58dda3037523 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,8 @@ comment: - layout: "header, diff, flags, components" # show component info in the PR comment + layout: "header, diff, flags, files" # show component info in the PR comment flag_management: individual_flags: # exceptions to the default rules above, stated flag by flag - name: taro-runtime #fill in your own flag name paths: - - packages/taro-runtime #fill in your own path. Note, accepts globs, not regexes + - packages/taro-runtime/** #fill in your own path. Note, accepts globs, not regexes