File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
coverity :
15
15
name : Coverity
16
16
# run only on upstream; forks don't have token for upstream's cov project
17
- if : github.repository == 'oneapi-src/unified-memory-framework '
17
+ if : github.repository == 'oneapi-src/unified-runtime '
18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
@@ -64,18 +64,18 @@ jobs:
64
64
if [ -n "$COVERITY_DIR" ]; then
65
65
export PATH="$PATH:$COVERITY_DIR/bin"
66
66
fi
67
- cov-build --dir ${{github.workspace}}/coverity-files cmake --build ${{github.workspace}}/build --config Release -j$(nproc)
67
+ cov-build --dir ${{github.workspace}}/cov-int cmake --build ${{github.workspace}}/build --config Release -j$(nproc)
68
68
69
69
- name : Create tarball to analyze
70
- run : tar czvf ur-coverity-files .tgz coverity-files
70
+ run : tar czvf cov-int_ur .tgz cov-int
71
71
72
72
- name : Push tarball to scan
73
73
run : |
74
74
BRANCH_NAME=$(echo ${GITHUB_REF_NAME})
75
75
COMMIT_ID=$(echo $GITHUB_SHA)
76
76
curl --form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
77
77
78
- --form file=@ur-coverity-files .tgz \
78
+ --form file=@cov-int_ur .tgz \
79
79
--form version="$COMMIT_ID" \
80
80
--form description="$BRANCH_NAME:$COMMIT_ID" \
81
81
https://scan.coverity.com/builds\?project\=oneapi-src%2Funified-runtime
You can’t perform that action at this time.
0 commit comments