Skip to content

Commit eb3f0d1

Browse files
committed
Drone: $COVERITY_SCAN_NOTIFICATION_EMAIL and $COVERITY_SCAN_TOKEN defaults
1 parent c9264a4 commit eb3f0d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/drone/functions.star

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ def job_impl(
455455
buildtype = 'boost'
456456
elif buildtype == 'codecov':
457457
env.setdefault('CODECOV_TOKEN', {'from_secret': 'codecov_token'})
458+
elif buildtype == 'coverity':
459+
env.setdefault('COVERITY_SCAN_NOTIFICATION_EMAIL', {'from_secret': 'coverity_scan_email'})
460+
env.setdefault('COVERITY_SCAN_TOKEN', {'from_secret': 'coverity_scan_token'})
458461

459462
# Put common args of all *_cxx calls not modified below into kwargs to avoid duplicating them
460463
kwargs['arch'] = arch

0 commit comments

Comments
 (0)