Skip to content

Commit

Permalink
Update coverity_scan.yml
Browse files Browse the repository at this point in the history
debug print trace to examine build metrics xml
  • Loading branch information
jaimemcc-intel authored Oct 20, 2023
1 parent a55a04f commit 69d848f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
cd $GITHUB_WORKSPACE/gpt-neox
$GITHUB_WORKSPACE/coverity/bin/cov-build --dir $GITHUB_WORKSPACE/cov-int --no-command --fs-capture-search ./
popd
tar caf build-results.bz2 cov-int
curl --form token=$COVERITY_TOKEN \
--form email=$COV_USER \
--form file=@$GITHUB_WORKSPACE/build-results.bz2 \
--form version="Version" \
--form description="Build" \
https://scan.coverity.com/builds?project=EleutherAI%2Fgpt-neox -v
cat cov-int/BUILD.metrics.xml
#tar caf build-results.bz2 cov-int
#curl --form token=$COVERITY_TOKEN \
# --form email=$COV_USER \
# --form file=@$GITHUB_WORKSPACE/build-results.bz2 \
# --form version="Version" \
# --form description="Build" \
# https://scan.coverity.com/builds?project=EleutherAI%2Fgpt-neox -v

0 comments on commit 69d848f

Please sign in to comment.