Skip to content

Commit 3ef4752

Browse files
committed
Switch from coveralls.io to codecov.io
1 parent 5d6c710 commit 3ef4752

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@ jobs:
3131
uses: actions/setup-java@v1
3232
with:
3333
java-version: 8
34-
- name: Publish coverage
35-
run: ./gradlew jacocoTestReport coveralls
34+
- name: Build with Gradle
35+
run: ./gradlew jacocoTestReport
36+
- name: Upload coverage to Codecov
37+
uses: codecov/codecov-action@v1
38+
with:
39+
files: ./build/reports/jacoco/test/jacocoTestReport.xml
40+
name: codecov

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ plugins {
99
id 'maven-publish'
1010
id 'signing'
1111
id 'jacoco'
12-
id 'com.github.kt3k.coveralls' version '2.12.0'
1312
id 'de.undercouch.download' version '4.1.1'
1413
id 'me.champeau.gradle.jmh' version '0.5.3'
1514
}

0 commit comments

Comments
 (0)