Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-Dsonar.test.inclusions=**/*spec.ts
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar_token: ${{ env.SONAR_TOKEN }}
dep_scan: warning
dep_scan: warn
supply_scan: true
triggers: ('backend/')

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
-Dsonar.test.inclusions=**/*spec.ts
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar_token: ${{ env.SONAR_TOKEN }}
dep_scan: warning
dep_scan: warn
supply_scan: true
triggers: ('frontend/')

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
results:
name: Analysis Results
needs: [backend-tests, frontend-tests]
if: (! github.event.pull_request.draft)
if: always() && (! github.event.pull_request.draft)
runs-on: ubuntu-slim
steps:
- if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled')
Expand Down
Loading
Loading