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 1a1d013 commit 47cee92Copy full SHA for 47cee92
.github/workflows/analysis.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
logfile: ${{ github.workspace }}/build/compile_commands.json
79
diff: ${{ github.event_name == 'push' }}
80
- diff-url: 'https://github.com/antond-weta/rawtoaces/tree/analysis/tests/static_analysis/snapshot'
+ diff-url: 'file:///home/runner/work/rawtoaces/rawtoaces/tests/static_analysis/snapshot'
81
82
- uses: actions/upload-artifact@v4
83
if: ${{ steps.codechecker.outputs.warnings-in-diff == 'true' }}
0 commit comments