Skip to content

Commit

Permalink
Update codechecker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petermm committed Feb 5, 2024
1 parent f1002d4 commit 708f4b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codechecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
diff-url: ${{ secrets.CODECHECKER_STORE_PRODUCT_URI }}
diff-username: ${{ secrets.CODECHECKER_STORE_USER }}
diff-password: ${{ secrets.CODECHECKER_STORE_PASSWORD }}
- name: URL if successful stored
if: ${{ steps.codechecker.outputs.store-successful == 'true' }}
run: echo "[Analysis run available here ->](${secrets.CODECHECKER_STORE_PRODUCT_URI}/runs)" >> $GITHUB_STEP_SUMMARY
# Upload the results to the CI.
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 708f4b5

Please sign in to comment.