[build] Don't assume textcov reports exist for non-C/C++ projects (#7229)

This commit is contained in:
jonathanmetzman 2022-02-02 13:14:20 -05:00 committed by GitHub
parent 186ec1b407
commit d5d7600072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 14 deletions

View File

@ -189,6 +189,7 @@ def get_build_steps( # pylint: disable=too-many-locals, too-many-arguments
],
})
if project.fuzzing_language in LANGUAGES_WITH_INTROSPECTOR_SUPPORT:
# Upload the text coverage reports. Delete the old ones just in case.
upload_textcov_reports_url = bucket.get_upload_url('textcov_reports')