Skip to content

Commit 635beb4

Browse files
authored
Merge pull request #18 from Sassine/feature/implements-test
feature: implements unit test - uping covarage margin and script comp…
2 parents e4b36b8 + dfe8957 commit 635beb4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/compute-covarage.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
environment:
1313
name: coveralls
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-java@v2.5.0
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-java@v3
1717
with:
18-
java-version: 8
19-
distribution: 'zulu'
20-
architecture: x64
18+
java-version: '11'
19+
distribution: 'adopt'
2120
- name: Build and test
2221
run: cd sqlschema2java-core && mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}

0 commit comments

Comments
 (0)