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 1404e0c commit 0eb30f5Copy full SHA for 0eb30f5
.github/workflows/CI.yml
@@ -45,10 +45,10 @@ jobs:
45
# run: ./gradlew build -DapplicationProperties="src\test\resources\test-config\application-test-windows.properties"
46
- if: matrix.os != 'windows-latest'
47
name: Test with Gradle on ${{ matrix.os }}
48
- run: ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
+ 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
+ files: ./build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments