Skip to content

Commit fa8db00

Browse files
committed
fix1
1 parent 362b32f commit fa8db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Upload coverage to Coveralls
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
run: ./gradlew cjacocoTestReport overallsJacoco --stacktrace
32+
run: ./gradlew jacocoTestReport overallsJacoco --stacktrace

0 commit comments

Comments
 (0)