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 8dc7950 commit 66a1f86Copy full SHA for 66a1f86
.github/workflows/CI.yml
@@ -45,12 +45,6 @@ jobs:
45
chown -R 1000:1000 `pwd`
46
su `id -un 1000` -c "./gradlew check"
47
48
- - name: Upload Coverage Report
49
- if: ${{ !cancelled() }}
50
- uses: codecov/codecov-action@v5
51
- with:
52
- token: ${{ secrets.CODECOV_TOKEN }}
53
-
54
Check-ubi-windows:
55
strategy:
56
matrix:
@@ -125,6 +119,6 @@ jobs:
125
119
name: coverage-report-${{ matrix.os }}-${{ matrix.java }}
126
120
path: ./
127
121
- name: Upload Coverage Report
128
122
+ uses: codecov/codecov-action@v3
129
123
with:
130
124
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments