Skip to content

Commit

Permalink
delete old scan result
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Jan 12, 2025
1 parent f4b80e6 commit 209f6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s/coverity
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ BRANCH=$(git status -s -b | head -1 | cut -d\ -f 2 | sed 's/\..*//')
VERSION=$(git describe --tags --match 'v*.*.*')
echo "submitting version $BRANCH-$VERSION"
cd build
rm -rf cov-int
make clean
cov-build --dir cov-int make
tar czf eressea.tgz cov-int
Expand Down

0 comments on commit 209f6b2

Please sign in to comment.