Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions: read-all

jobs:
coverity:
if: github.repository == 'intel/llvm'
name: Coverity
runs-on: [Linux, build]
container:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
run: $GITHUB_WORKSPACE/cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build $GITHUB_WORKSPACE/build

- name: Compress results
run: tar -czf intel_llvm.tgz cov-int
run: tar -I pigz -cf intel_llvm.tgz cov-int

- name: Submit build
run: |
Expand Down
Loading