Skip to content

Commit

Permalink
Update coverity_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimemcc-intel authored Oct 3, 2023
1 parent 79fd0eb commit 0987c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
set -x
$GITHUB_WORKSPACE/coverity/bin/cov-build --dir $GITHUB_WORKSPACE/cov-int --no-command --fs-capture-search $GITHUB_WORKSPACE/gpt-neox
tar caf build-results.bz2 cov-int
curl --form token=$COV_PASSPHRASE \
curl --form token=$COVERITY_TOKEN \
--form email=$COV_USER \
--form file=@$GITHUB_WORKSPACE/build-results.bz2 \
--form version="Version" \
Expand Down

0 comments on commit 0987c16

Please sign in to comment.