Skip to content

Commit

Permalink
baseline_upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWoodtli committed Dec 2, 2024
1 parent 9358733 commit 50a2541
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codechecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ jobs:
with:
name: CodeChecker Reports
path: build-wakaama/codechecker_report

- name: Upload baseline
run: |
bash -x tools/ci/run_ci.sh --run-build --run-code-checker --code-checker baseline
env:
CC: clang-18
if: failure()

- name: Upload CodeChecker baseline
uses: actions/upload-artifact@v4
with:
name: CodeChecker Baseline GH
path: tools/code_checker/reports.baseline
if: failure()

0 comments on commit 50a2541

Please sign in to comment.