.github/workflows/coverity-scan.yml: ignore lock files

This commit is contained in:
Duncan Overbruck 2020-04-18 15:29:17 +02:00
parent a1f54ea4b6
commit bed16c48db
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -36,7 +36,7 @@ jobs:
- name: Submit the result to Coverity Scan
run: |
tar czvf xbps.tgz cov-int
tar --ignore-failed-read czvf xbps.tgz cov-int
curl \
--form project=xbps \
--form token=$TOKEN \