mirror of https://github.com/google/oss-fuzz.git
[build] Don't assume textcov reports exist for non-C/C++ projects (#7229)
This commit is contained in:
parent
186ec1b407
commit
d5d7600072
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue