github action code cove
This commit is contained in:
parent
9f4ccdd70c
commit
4f46307d2e
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
@ -40,4 +40,8 @@ jobs:
|
||||
run: |
|
||||
export MAVEN_OPTS="-Xmx2g -XX:ReservedCodeCacheSize=512m -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
|
||||
mvn clean install -pl '!:kyuubi-server,!:kyuubi-thrift' -Dmaven.javadoc.skip=true -B -V
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
directory: ./dev/kyuubi-codecov/target/site/jacoco-aggregate
|
||||
flags: unittests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user