Remove Kover configuration, dependencies, and related workflow steps.

This commit is contained in:
Jakub Chrzanowski
2026-04-13 16:55:01 +02:00
parent a82d9d01c6
commit d7e12a963c
4 changed files with 3 additions and 23 deletions

View File

@@ -118,13 +118,6 @@ jobs:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests
# Upload the Kover report to CodeCov
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml
token: ${{ secrets.CODECOV_TOKEN }}
# Run plugin structure verification along with IntelliJ Plugin Verifier
verify:
name: Verify plugin