Skip to content

Commit b3df9f7

Browse files
coverage
1 parent aca31cf commit b3df9f7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/jacoco.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ name: Java CI with JaCoCo
33
on:
44
push:
55
branches:
6-
- main
6+
- feat/CS-36689-compare-merge-branch
77

88
jobs:
99
build-and-test:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v2
15-
16-
- name: Set up JDK 11
17-
uses: actions/setup-java@v2
13+
- uses: actions/checkout@v3
14+
- name: Code Coverage
15+
uses: actions/setup-java@v3
1816
with:
1917
java-version: "11"
18+
distribution: "adopt"
2019

2120
- name: Build with Maven
2221
run: mvn clean package

0 commit comments

Comments
 (0)