Skip to content

Commit

Permalink
CI: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Sep 11, 2024
1 parent fcd09ce commit eafcd6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:

- name: Build with Coverity
run: |
export PATH=`pwd`/coverity_tool/bin:$PATH
PATH=$(pwd)/coverity_tool/bin:$PATH
export PATH
(cd libs/c && cov-build --dir ../../cov-int make)
- name: Submit result
Expand All @@ -44,7 +45,7 @@ jobs:
--form token="$TOKEN" \
--form email="tez@terryburton.co.uk" \
--form file=@cov-int.tar.gz \
--form version="`head -n 1 CHANGES`" \
--form version="$(head -n 1 CHANGES)" \
--form description="BWIPP" \
https://scan.coverity.com/builds?project=bwipp%2Fpostscriptbarcode
env:
Expand Down

0 comments on commit eafcd6b

Please sign in to comment.