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 2756b64 commit 79fd0eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ jobs:
$GITHUB_WORKSPACE/coverity/bin/cov-configure --python
$GITHUB_WORKSPACE/coverity/bin/cov-configure --gcc
- name: Coverity Scan
- name: Coverity Scan and Upload
run: |
set -x
$GITHUB_WORKSPACE/coverity/bin/cov-build --dir $GITHUB_WORKSPACE/cov-int --no-command --fs-capture-search $GITHUB_WORKSPACE/gpt-neox
- name: Coverity Upload
run: |
tar caf build-results.bz2 cov-int
curl --form token=$COV_PASSPHRASE \
--form email=$COV_USER \
--form file=@GITHUB_WORKSPACE/build-results.bz2 \
--form file=@$GITHUB_WORKSPACE/build-results.bz2 \
--form version="Version" \
--form description="Build" \
https://scan.coverity.com/builds?project=EleutherAI%2Fgpt-neox

0 comments on commit 79fd0eb

Please sign in to comment.