File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 4040 - name : Build and run tests
4141 run : ./gradlew --scan build -x :jacodb-ets:build
4242
43- - name : Upload coverage reports to Codecov
44- uses : codecov/codecov-action@v3
45- with :
46- token : ${{ secrets.CODECOV_TOKEN }}
47-
4843 - name : Upload Gradle test results
4944 if : (!cancelled())
5045 uses : actions/upload-artifact@v4
8176 - name : Build and run lifecycle tests
8277 run : ./gradlew --scan lifecycleTest
8378
84- - name : Upload coverage reports to Codecov
85- uses : codecov/codecov-action@v3
86- with :
87- token : ${{ secrets.CODECOV_TOKEN }}
88-
8979 - name : Upload Gradle test results
9080 if : (!cancelled())
9181 uses : actions/upload-artifact@v4
@@ -150,12 +140,6 @@ jobs:
150140 - name : Run ETS tests
151141 run : ./gradlew --scan :jacodb-ets:generateTestResources :jacodb-ets:test
152142
153- # Codecov step disabled
154- # - name: Upload coverage reports to Codecov
155- # uses: codecov/codecov-action@v3
156- # with:
157- # token: ${{ secrets.CODECOV_TOKEN }}
158-
159143 - name : Upload Gradle test results
160144 if : (!cancelled())
161145 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments