Skip to content

Commit

Permalink
fix: sonar quality gate (#1583)
Browse files Browse the repository at this point in the history
- this should trigger properly now
  • Loading branch information
leszek-vechain authored Dec 13, 2024
1 parent a046af8 commit ae1af7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: SonarCloud Quality Gate Check
id: sonarqube-quality-gate-check
if: ${{ always() && steps.sonarcloud-scan.outputs.status == 'success' }}
if: ${{ always() && steps.sonarcloud-scan.conclusion == 'success' }}
uses: sonarsource/sonarqube-quality-gate-action@master
with:
pollingTimeoutSec: 600
Expand Down

1 comment on commit ae1af7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4369/4413) 97.55% (1398/1433) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 27s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 56s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.239s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.173s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 22s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 17s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️

Please sign in to comment.