mirror of
https://github.com/boostorg/function.git
synced 2025-07-30 12:57:14 +02:00
fix coverity scan integration
This commit is contained in:
@ -148,7 +148,7 @@ jobs:
|
||||
|
||||
# Coverity Scan
|
||||
- os: linux
|
||||
if: (env(COVERITY_SCAN_TOKEN) IS present) AND (branch IN (develop, master)) AND (type IN (cron, push))
|
||||
if: (env(COVERITY_SCAN_NOTIFICATION_EMAIL) IS present) AND (branch IN (develop, master)) AND (type IN (cron, push))
|
||||
env:
|
||||
- COMMENT="Coverity Scan"
|
||||
- TOOLSET=gcc
|
||||
|
Reference in New Issue
Block a user