We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f14ab commit f226b8dCopy full SHA for f226b8d
.github/workflows/analysis.yml
@@ -76,7 +76,7 @@ jobs:
76
id: codechecker
77
with:
78
logfile: ${{ github.workspace }}/build/compile_commands.json
79
-# config: '/home/runner/work/rawtoaces/rawtoaces/tests/static_analysis/codechecker.json'
+ config: '/home/runner/work/rawtoaces/rawtoaces/tests/static_analysis/codechecker.json'
80
81
- uses: actions/upload-artifact@v4
82
if: ${{ steps.codechecker.outputs.warnings == 'true' }}
0 commit comments