Merge pull request #152 from c9s/c9s-patch-1
This commit is contained in:
commit
91405adda5
1 changed files with 0 additions and 4 deletions
4
.github/workflows/coverity.yml
vendored
4
.github/workflows/coverity.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
mkdir coverity
|
mkdir coverity
|
||||||
tar xzf coverity-linux64.tgz --strip 1 -C coverity
|
tar xzf coverity-linux64.tgz --strip 1 -C coverity
|
||||||
echo "$(pwd)/coverity/bin" >> $GITHUB_PATH
|
echo "$(pwd)/coverity/bin" >> $GITHUB_PATH
|
||||||
env:
|
|
||||||
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build with Coverity
|
- name: Build with Coverity
|
||||||
run: |
|
run: |
|
||||||
|
@ -33,5 +31,3 @@ jobs:
|
||||||
--form file=@r3.tgz \
|
--form file=@r3.tgz \
|
||||||
--form version=${GITHUB_SHA} \
|
--form version=${GITHUB_SHA} \
|
||||||
https://scan.coverity.com/builds?project=r3
|
https://scan.coverity.com/builds?project=r3
|
||||||
env:
|
|
||||||
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
|
||||||
|
|
Loading…
Reference in a new issue