We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea498ec commit 2e8fc85Copy full SHA for 2e8fc85
1 file changed
.github/workflows/publish.yaml
@@ -22,7 +22,11 @@ jobs:
22
echo "Publish $VERSION"
23
./gradlew lintKotlin check codeCoverageReport publishAggregationToCentralPortal --no-daemon
24
25
- - name: Codecov
+ - name: Codecov - Install dependencies
26
+ run: |
27
+ apk add --no-cache bash git curl
28
+
29
+ - name: Codecov - Upload
30
uses: codecov/codecov-action@v5.5.2
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments