Skip to content

Try coverity action

Try coverity action #1

Workflow file for this run

# From https://github.com/marketplace/actions/unofficial-coverity-scan
# Your .github/workflows/coverity.yml file.
name: Coverity Scan
# We only want to test official release code, not every pull request.
on:
push:
branches: [feature/coverity-and-other-scans]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vapier/coverity-scan-action@v1
with:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
command: make rts