Skip to content

Commit

Permalink
ci: fix static analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Apr 13, 2024
1 parent 491fa0a commit 6541ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cd ..
pvs-studio-analyzer trace -- cmake --build cmake-build-debug --config Debug
pvs-studio-analyzer analyze -e ./thirdparty -l pvs-studio.lic -o pvs-studio.log
plog-converter -a 'GA:1,2;OP:1' -t fullhtml -o pvs-studio.html -w pvs-studio.log
plog-converter -a 'GA:1,2;OP:1' -t html -o pvs-studio.html -w pvs-studio.log
- name: Archive code coverage results
if: ${{ always() }}
Expand Down

0 comments on commit 6541ac7

Please sign in to comment.