Skip to content

Commit c0dbede

Browse files
committed
analysis
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent d1ca795 commit c0dbede

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# path: ${{ steps.codechecker.outputs.diff-html-dir }}
8888

8989
- uses: actions/upload-artifact@v4
90-
if: false # set to `true` to write out the raw output for diff-ing
90+
if: true # set to `true` to write out the raw output for diff-ing
9191
with:
9292
name: "CodeChecker Raw output"
9393
path: ${{ steps.codechecker.outputs.analyze-output }}

tests/static_analysis/skipfile.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
-/usr/lib/llvm-22/lib/clang/22/include/*
55
-/*/format.h
66
-/*/cetintrin.h
7-
-*/tests/*
7+
-*/tests/*
8+
+*/src/rawtoaces/main.cpp
9+
-*/src/*

0 commit comments

Comments
 (0)