Skip to content

Conversation

@tlsa
Copy link
Owner

@tlsa tlsa commented Jan 3, 2026

No description provided.

tlsa added 4 commits January 3, 2026 22:18
The CodeQL upload-sarif action has now been broken to the point
where it's unusable for clang output, which creates a separate
sarif file for each source file.

    Error: The CodeQL Action does not support uploading multiple
    SARIF runs with the same category. Please update your workflow
    to upload a single run per category. For more information, see
    https://github.blog/changelog/2025-07-21-code-scanning-will-stop-combining-multiple-sarif-runs-uploaded-in-the-same-sarif-file/

Note for future me:

I tried merging the files into one, but I was merging them so there
were still multiple runs in a single file (instead of multiple files).
The CodeQL action was still unhappy.

    - name: Merge SARIF files
      run: |
       jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' \
          build/sarif/$(ls build/sarif/)/*.sarif \
          > merged.sarif
@tlsa tlsa merged commit f7f4a15 into main Jan 3, 2026
10 checks passed
@tlsa tlsa deleted the tlsa/ci-update branch January 3, 2026 22:39
@codecov
Copy link

codecov bot commented Jan 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.17%. Comparing base (c9956cb) to head (31fac4f).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          10       10           
  Lines        2090     2090           
  Branches      455      455           
=======================================
  Hits         2031     2031           
  Misses         28       28           
  Partials       31       31           
Flag Coverage Δ
unittests 97.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants