Skip to content

Commit 2e8fc85

Browse files
committed
More codecov.
1 parent ea498ec commit 2e8fc85

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
echo "Publish $VERSION"
2323
./gradlew lintKotlin check codeCoverageReport publishAggregationToCentralPortal --no-daemon
2424
25-
- name: Codecov
25+
- name: Codecov - Install dependencies
26+
run: |
27+
apk add --no-cache bash git curl
28+
29+
- name: Codecov - Upload
2630
uses: codecov/codecov-action@v5.5.2
2731
with:
2832
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)