forked from WestRidgeSystems/jmisb
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (33 loc) · 1.12 KB
/
jdk11.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: JDK11 Build (Ubuntu 20.04 default)
on:
push:
branches: [ 1.x, main ]
pull_request:
branches: [ 1.x, main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and install
run: mvn -B install -Pdebug || mvn -B install -Pdebug || mvn -B install -Pdebug
- name: Upload core-common test results to Codecov
uses: codecov/[email protected]
with:
file: ./core-common/target/site/jacoco/jacoco.xml
flags: unittests-core-common
- name: Upload core test results to Codecov
uses: codecov/[email protected]
with:
file: ./core/target/site/jacoco/jacoco.xml
flags: unittests-core
- name: Upload api test results to Codecov
uses: codecov/[email protected]
with:
file: ./api/target/site/jacoco/jacoco.xml
flags: unittests-api
- name: Upload geoid test results to Codecov
uses: codecov/[email protected]
with:
file: ./elevation/geoid/target/site/jacoco/jacoco.xml
flags: unittests-geoid