mirror of https://github.com/google/oss-fuzz.git
[infra] Run JVM coverage builds (#5770)
This commit is contained in:
parent
31f0beb91e
commit
fee51cc181
|
@ -48,7 +48,7 @@ LATEST_REPORT_INFO_CONTENT_TYPE = 'application/json'
|
|||
UPLOAD_URL_FORMAT = 'gs://' + COVERAGE_BUCKET_NAME + '/{project}/{type}/{date}'
|
||||
|
||||
# Languages from project.yaml that have code coverage support.
|
||||
LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go', 'rust']
|
||||
LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go', 'jvm', 'rust']
|
||||
|
||||
|
||||
def usage():
|
||||
|
|
Loading…
Reference in New Issue