Skip to content

Commit

Permalink
cov-configure: template config
Browse files Browse the repository at this point in the history
  • Loading branch information
reinauer committed Nov 18, 2023
1 parent d15c25b commit c0aea03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Your .github/workflows/coverity.yml file.
name: Coverity Scan

# We only want to test official release code, not every pull request.
Expand All @@ -16,7 +15,7 @@ jobs:
submodules: true
- uses: reinauer/coverity-scan-action@v1
with:
configure: --compiler m68k-amigaos-gcc --comptype gcc
configure: --compiler m68k-amigaos-gcc --comptype gcc --template
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}

0 comments on commit c0aea03

Please sign in to comment.