mirror of https://github.com/google/oss-fuzz.git
[infra] Verify JVM coverage builds in the CI (#5752)
This commit is contained in:
parent
ae86bc6075
commit
a1b558719b
|
@ -32,7 +32,7 @@ DEFAULT_ENGINES = ['afl', 'honggfuzz', 'libfuzzer']
|
|||
DEFAULT_SANITIZERS = ['address', 'undefined']
|
||||
|
||||
# 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 get_changed_files_output():
|
||||
|
|
Loading…
Reference in New Issue