mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-05 20:48:15 +00:00
27ec3bec79
* code coverage needs to run only for JACOCO PROFILE * remove ALLMODULES profile since it is default now
11 lines
209 B
YAML
11 lines
209 B
YAML
# Don't run the tests when doing LGTM analysis
|
|
extraction:
|
|
java:
|
|
index:
|
|
java_version: 11
|
|
maven:
|
|
version: 3.8.4
|
|
build_command:
|
|
- mvn -P LGTM -Dmaven.test.skip install
|
|
|