Skip to content

Commit 656472a

Browse files
committed
feature: implements unit test - uping covarage margin and script compute covarage in coverall
1 parent 977564f commit 656472a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compute-covarage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
distribution: 'zulu'
2020
architecture: x64
2121
- name: Build and test
22-
run: cd sqlschema2java-core && mvn clean test run-coveralls jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}
22+
run: cd sqlschema2java-core && mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}

0 commit comments

Comments
 (0)