generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Remove Qodona - it doesn't work atm.
- Loading branch information
Showing
4 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,23 +75,23 @@ jobs: | |
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier | ||
# Run tests | ||
- name: Run Tests | ||
run: ./gradlew check | ||
|
||
# Collect Tests Result of failed tests | ||
- name: Collect Tests Result | ||
if: ${{ failure() }} | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: tests-result | ||
path: ${{ github.workspace }}/build/reports/tests | ||
|
||
# Upload Kover report to CodeCov | ||
- name: Upload Code Coverage Report | ||
uses: codecov/codecov-action@v3 | ||
with: | ||
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml | ||
# # Run tests | ||
# - name: Run Tests | ||
# run: ./gradlew check | ||
# | ||
# # Collect Tests Result of failed tests | ||
# - name: Collect Tests Result | ||
# if: ${{ failure() }} | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: tests-result | ||
# path: ${{ github.workspace }}/build/reports/tests | ||
# | ||
# # Upload Kover report to CodeCov | ||
# - name: Upload Code Coverage Report | ||
# uses: codecov/codecov-action@v3 | ||
# with: | ||
# files: ${{ github.workspace }}/build/reports/kover/xml/report.xml | ||
|
||
# Cache Plugin Verifier IDEs | ||
- name: Setup Plugin Verifier IDEs Cache | ||
|
@@ -112,9 +112,9 @@ jobs: | |
name: pluginVerifier-result | ||
path: ${{ github.workspace }}/build/reports/pluginVerifier | ||
|
||
# Run Qodana inspections | ||
- name: Qodana - Code Inspection | ||
uses: JetBrains/[email protected] | ||
# # Run Qodana inspections | ||
# - name: Qodana - Code Inspection | ||
# uses: JetBrains/[email protected] | ||
|
||
# Prepare plugin archive content for creating artifact | ||
- name: Prepare Plugin Artifact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters