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.
1 parent 977564f commit 656472aCopy full SHA for 656472a
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