We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95523c commit 7d1d847Copy full SHA for 7d1d847
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
run: ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties" -DpythonLocation=`which python3`
49
- name: Generate report
50
run: ./gradlew jacocoTestReport
51
- - name: Codecov
52
- uses: codecov/codecov-action@v1
53
- with:
54
- files: ./build/reports/jacoco/test/jacocoTestReport.xml
+# - name: Codecov
+# uses: codecov/codecov-action@v1
+# with:
+# files: ./build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments