Skip to content

Commit 8af52fc

Browse files
committed
update code coverage to codecov app
1 parent 197d6c4 commit 8af52fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
- name: Build and run tests
2929
run: |
3030
gradle clean build --no-daemon --info
31-
32-
- name: Upload JaCoCo coverage report as a workflow artifact
33-
uses: actions/upload-artifact@v3
34-
with:
35-
name: jacoco-report
36-
path: jacodb-*/build/reports/jacoco/
3731
- name: Upload coverage reports to Codecov
3832
uses: codecov/codecov-action@v3
3933
env:

0 commit comments

Comments
 (0)