Skip to content

Commit bd015a9

Browse files
committed
remove codecov
1 parent fed02b1 commit bd015a9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: gradle/actions/setup-gradle@v6
6060

6161
- name: Test with Gradle
62-
run: ./gradlew --continue -DjacocoEnabled=true :${{ matrix.modules }}:test
62+
run: ./gradlew --continue :${{ matrix.modules }}:test
6363

6464
- name: Upload test results
6565
uses: actions/upload-artifact@v7
@@ -71,9 +71,6 @@ jobs:
7171
**/build/reports/
7272
!**/jacocoTestReport.xml
7373
74-
- name: Upload coverage reports to Codecov
75-
uses: codecov/codecov-action@v6
76-
7774
integration-tests:
7875
env:
7976
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)