Skip to content

Commit 6ba5417

Browse files
committed
fix
1 parent cc6c54b commit 6ba5417

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,6 @@ jobs:
184184
with:
185185
name: tests-result
186186
path: intellij-aicoder/build/reports/tests
187-
- name: Print test summary
188-
if: always()
189-
run: |
190-
echo "Test results summary:"
191-
[ -f intellij-aicoder/build/reports/tests/test/index.html ] && cat intellij-aicoder/build/reports/tests/test/index.html | grep -A 5 "<div class=\"summary\">"
192-
193-
- name: Upload Code Coverage Report
194-
uses: codecov/codecov-action@v4
195-
with:
196-
files: intellij-aicoder/build/reports/kover/report.xml
197187

198188
verify:
199189
name: Verify plugin
@@ -254,7 +244,7 @@ jobs:
254244

255245
- name: Run Plugin Verification tasks
256246
working-directory: intellij-aicoder
257-
run: ../gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}
247+
run: ../gradlew verifyPlugin
258248

259249
- name: Collect Plugin Verifier Result
260250
if: ${{ always() }}

intellij-aicoder

0 commit comments

Comments
 (0)