chore: update metrics workflow
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Dart Code Metrics
|
||||
|
||||
env:
|
||||
folders: "example, lib, test"
|
||||
folders: "lib, test"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -24,13 +24,6 @@ jobs:
|
||||
relative_path: 'packages/stream_chat'
|
||||
folders: ${{ env.folders }}
|
||||
|
||||
- name: "Stream Chat Flutter Metrics"
|
||||
uses: dart-code-checker/dart-code-metrics-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
relative_path: 'packages/stream_chat_flutter'
|
||||
folders: ${{ env.folders }}
|
||||
|
||||
- name: "Stream Chat Flutter Core Metrics"
|
||||
uses: dart-code-checker/dart-code-metrics-action@v1
|
||||
with:
|
||||
@@ -38,6 +31,13 @@ jobs:
|
||||
relative_path: 'packages/stream_chat_flutter_core'
|
||||
folders: ${{ env.folders }}
|
||||
|
||||
- name: "Stream Chat Flutter Metrics"
|
||||
uses: dart-code-checker/dart-code-metrics-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
relative_path: 'packages/stream_chat_flutter'
|
||||
folders: ${{ env.folders }}
|
||||
|
||||
- name: "Stream Chat Localizations Metrics"
|
||||
uses: dart-code-checker/dart-code-metrics-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user