.github/workflows/coverity-scan.yml: ignore lock files
This commit is contained in:
parent
a1f54ea4b6
commit
bed16c48db
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Submit the result to Coverity Scan
|
- name: Submit the result to Coverity Scan
|
||||||
run: |
|
run: |
|
||||||
tar czvf xbps.tgz cov-int
|
tar --ignore-failed-read czvf xbps.tgz cov-int
|
||||||
curl \
|
curl \
|
||||||
--form project=xbps \
|
--form project=xbps \
|
||||||
--form token=$TOKEN \
|
--form token=$TOKEN \
|
||||||
|
Loading…
Reference in New Issue
Block a user