mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
13 lines
254 B
YAML
13 lines
254 B
YAML
language: java
|
|
|
|
script: "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && mvn cobertura:cobertura"
|
|
|
|
notifications:
|
|
email: true
|
|
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |