Skip to content

Commit 8f40f73

Browse files
committed
ci: Remove Qodona - it doesn't work atm.
See https://youtrack.jetbrains.com/issue/QD-4936
1 parent 8370c35 commit 8f40f73

File tree

4 files changed

+21
-23
lines changed

4 files changed

+21
-23
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ jobs:
7575
7676
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
7777
78-
# Run tests
79-
- name: Run Tests
80-
run: ./gradlew check
81-
82-
# Collect Tests Result of failed tests
83-
- name: Collect Tests Result
84-
if: ${{ failure() }}
85-
uses: actions/upload-artifact@v3
86-
with:
87-
name: tests-result
88-
path: ${{ github.workspace }}/build/reports/tests
89-
90-
# Upload Kover report to CodeCov
91-
- name: Upload Code Coverage Report
92-
uses: codecov/codecov-action@v3
93-
with:
94-
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
78+
# # Run tests
79+
# - name: Run Tests
80+
# run: ./gradlew check
81+
#
82+
# # Collect Tests Result of failed tests
83+
# - name: Collect Tests Result
84+
# if: ${{ failure() }}
85+
# uses: actions/upload-artifact@v3
86+
# with:
87+
# name: tests-result
88+
# path: ${{ github.workspace }}/build/reports/tests
89+
#
90+
# # Upload Kover report to CodeCov
91+
# - name: Upload Code Coverage Report
92+
# uses: codecov/codecov-action@v3
93+
# with:
94+
# files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
9595

9696
# Cache Plugin Verifier IDEs
9797
- name: Setup Plugin Verifier IDEs Cache
@@ -112,9 +112,9 @@ jobs:
112112
name: pluginVerifier-result
113113
path: ${{ github.workspace }}/build/reports/pluginVerifier
114114

115-
# Run Qodana inspections
116-
- name: Qodana - Code Inspection
117-
uses: JetBrains/qodana-action@v2022.3.4
115+
# # Run Qodana inspections
116+
# - name: Qodana - Code Inspection
117+
# uses: JetBrains/qodana-action@v2022.3.4
118118

119119
# Prepare plugin archive content for creating artifact
120120
- name: Prepare Plugin Artifact

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ kotlin.stdlib.default.dependency = false
3232
org.gradle.unsafe.configuration-cache = true
3333

3434
org.gradle.jvmargs = -Xmx4g
35-
org.gradle.java.installation.auto-detect = true

src/main/kotlin/nl/deschepers/laraveltinker/linemarkerprovider/TinkerRunLineMarkerProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package nl.deschepers.laraveltinker.linemarkerprovider
22

33
import com.intellij.codeInsight.daemon.LineMarkerInfo
44
import com.intellij.codeInsight.daemon.LineMarkerProvider
5-
import com.intellij.icons.AllIcons.RunConfigurations.TestState.Run
65
import com.intellij.openapi.editor.markup.GutterIconRenderer.Alignment.RIGHT
76
import com.intellij.openapi.util.IconLoader
87
import com.intellij.psi.PsiElement

src/main/kotlin/nl/deschepers/laraveltinker/util/LaravelTinkerConsolesRootType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import java.io.IOException
1717
import javax.swing.Icon
1818

1919
/**
20-
* Most content is copied from ScratchRootType - but that class is final so I can't extend it.
20+
* Most content is copied from ScratchRootType - but that class is final, so I can't extend it.
2121
*
2222
* @see com.intellij.ide.scratch.ScratchRootType
2323
*/

0 commit comments

Comments
 (0)