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 ce12198 commit 08a61d4Copy full SHA for 08a61d4
.github/workflows/coverity.yml
@@ -86,11 +86,9 @@ jobs:
86
cov-build --dir cov-int msbuild.exe ALL_BUILD.vcxproj -m -v:n
87
- name: Archive Coverity build results
88
run: |
89
- cd build
90
7z a -r cov-int.zip cov-int
91
- name: Submit Coverity results for analysis
92
93
94
curl \
95
--form token="${{ secrets.COVERITY_TOKEN }}" \
96
--form email="${{ secrets.COVERITY_EMAIL }}" \
0 commit comments