Skip to content

Commit

Permalink
Update coverity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sasobadovinac authored Nov 2, 2024
1 parent 16795d7 commit ef2be3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,16 @@ jobs:
- name: Build with cov-build
run: |
export PATH=$PATH:$(pwd)/cov-analysis-linux64/bin
mkdir build
cd build
cmake -DBUILD_FEM_NETGEN=ON -DFREECAD_USE_PYBIND11=ON ../
cov-build --dir cov-int --fs-capture-search ../src make -j$(nproc)
- name: Submit to Coverity Scan
run: |
cd build
tar czvf project.tgz cov-int
FILE_SIZE=$(stat -f %z project.tgz || stat -c %s project.tgz)
FILE_SIZE=$(stat -c %s project.tgz)
echo "Archive size: $FILE_SIZE bytes"
curl -X POST \
-d version="1.1.0dev.39100" \
Expand Down

0 comments on commit ef2be3f

Please sign in to comment.