Skip to content

Commit e0f921f

Browse files
committed
get rid of coverage.yml
1 parent 509c0ce commit e0f921f

File tree

2 files changed

+12
-43
lines changed

2 files changed

+12
-43
lines changed

.github/workflows/build-and-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ jobs:
5151
with:
5252
files: "**/build/test-results/**/*.xml"
5353
check_name: "jdk 11 test results"
54+
- name: Upload gradle reports
55+
if: ${{ always() }}
56+
uses: actions/upload-artifact@v3
57+
with:
58+
name: gradle-reports
59+
path: '**/build/reports/'
60+
retention-days: 1
61+
- name: Upload coverage reports to Codecov
62+
uses: codecov/codecov-action@v3
63+
env:
64+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
65+
5466

5567
jdk8:
5668

.github/workflows/coverage.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)