We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0ce82 + 656472a commit e4b36b8Copy full SHA for e4b36b8
1 file changed
.github/workflows/compute-covarage.yml
@@ -19,4 +19,4 @@ jobs:
19
distribution: 'zulu'
20
architecture: x64
21
- name: Build and test
22
- run: cd sqlschema2java-core && mvn clean test run-coveralls jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}
+ run: cd sqlschema2java-core && mvn clean test jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls_repo_token }}
0 commit comments