1212 - ' .github/actions/coverage/**'
1313 - ' !**/*.md'
1414 - ' !**/class-diagram.svg'
15- - ' dart/**'
16- - ' flutter/**'
15+ - ' packages/ dart/**'
16+ - ' packages/ flutter/**'
1717 - ' metrics/flutter.properties'
1818
1919jobs :
@@ -61,20 +61,20 @@ jobs:
6161
6262 - uses : ./.github/actions/flutter-test
6363 with :
64- directory : flutter
64+ directory : packages/ flutter
6565
6666 - uses : ./.github/actions/coverage
6767 if : matrix.target == 'linux' && matrix.sdk == 'stable'
6868 with :
6969 token : ${{ secrets.CODECOV_TOKEN }}
70- directory : flutter
70+ directory : packages/ flutter
7171 coverage : sentry_flutter
7272 min-coverage : 90
7373
7474 - name : Build example for ${{ matrix.target }}
7575 # The example currently doesn't support compiling for WASM. Should be OK once we add package:web in v9.
7676 if : matrix.target != 'wasm'
77- working-directory : flutter/example
77+ working-directory : packages/ flutter/example
7878 shell : bash
7979 run : |
8080 flutter config --enable-windows-desktop
@@ -110,7 +110,7 @@ jobs:
110110 defaults :
111111 run :
112112 shell : bash
113- working-directory : flutter/example
113+ working-directory : packages/ flutter/example
114114 strategy :
115115 fail-fast : false
116116 matrix :
@@ -136,7 +136,7 @@ jobs:
136136 analyze :
137137 uses : ./.github/workflows/analyze.yml
138138 with :
139- package : flutter
139+ package : packages/ flutter
140140 sdk : flutter
141141 panaThreshold : 87
142142
@@ -145,7 +145,7 @@ jobs:
145145 timeout-minutes : 20
146146 defaults :
147147 run :
148- working-directory : . /flutter
148+ working-directory : packages /flutter
149149 steps :
150150 - uses : actions/checkout@v4
151151 # https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879
@@ -156,7 +156,7 @@ jobs:
156156 timeout-minutes : 20
157157 defaults :
158158 run :
159- working-directory : . /flutter
159+ working-directory : packages /flutter
160160 steps :
161161 - uses : actions/checkout@v4
162162 -
uses :
norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # [email protected] @@ -168,7 +168,7 @@ jobs:
168168 timeout-minutes : 20
169169 defaults :
170170 run :
171- working-directory : . /flutter
171+ working-directory : packages /flutter
172172 steps :
173173 - uses : actions/checkout@v4
174174
@@ -185,7 +185,7 @@ jobs:
185185 timeout-minutes : 20
186186 steps :
187187 - uses : actions/checkout@v4
188- # To recreate baseline run: detekt -i flutter/android,flutter/example/android -b flutter/config/detekt-bl.xml -cb
188+ # To recreate baseline run: detekt -i packages/ flutter/android,packages/ flutter/example/android -b packages/ flutter/config/detekt-bl.xml -cb
189189 -
uses :
natiginfo/action-detekt-all@45229fbbe47eaff1160b6c956d7ffe14dc23c206 # [email protected] 190190 with :
191- args : -i flutter/android,flutter/example/android --baseline flutter/config/detekt-bl.xml --jvm-target 1.8 --build-upon-default-config --all-rules
191+ args : -i packages/ flutter/android,packages/ flutter/example/android --baseline packages/ flutter/config/detekt-bl.xml --jvm-target 1.8 --build-upon-default-config --all-rules
0 commit comments