We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afeb7e commit 7e1380cCopy full SHA for 7e1380c
.github/workflows/gradle.yml
@@ -59,6 +59,6 @@ jobs:
59
- name: Build with Gradle (JDK ${{ env.currentBuildVersion }})
60
run: ./gradlew clean check jacocoTestReport
61
- name: Codecov
62
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
63
with:
64
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional
0 commit comments