We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9264a4 commit eb3f0d1Copy full SHA for eb3f0d1
ci/drone/functions.star
@@ -455,6 +455,9 @@ def job_impl(
455
buildtype = 'boost'
456
elif buildtype == 'codecov':
457
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'})
461
462
# Put common args of all *_cxx calls not modified below into kwargs to avoid duplicating them
463
kwargs['arch'] = arch
0 commit comments