Skip to content

Merge branch 'main' into coverity #133

Merge branch 'main' into coverity

Merge branch 'main' into coverity #133

Workflow file for this run

name: Coverity Check
on:
push:
tags:
- "*"
branches:
- coverity
workflow_dispatch:
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare
run: cmake -B ${{github.workspace}}/build
- uses: vapier/coverity-scan-action@v1
with:
project: 'baresip%2Fre'
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
command: make -C ${{github.workspace}}/build
email: '[email protected]'