fix: remove redundant fail-threshold parameter in Qodana Scan job

This commit is contained in:
Miha Kralj
2025-12-28 16:26:45 -08:00
parent 14c5f21d9e
commit 1bc769385a
-1
View File
@@ -218,7 +218,6 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --coverage-dir,.qodana/code-coverage,--fail-threshold,999999
fail-threshold: 999999
- name: Upload Qodana SARIF Artifacts
if: always()