workflows: don't try to send coverage reports on windows bot

This commit is contained in:
erciccione 2022-01-20 18:10:11 +00:00 committed by woodser
parent 6ea642555e
commit c28e99a051

View file

@ -66,8 +66,3 @@ jobs:
run: git lfs pull run: git lfs pull
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build --stacktrace --scan run: ./gradlew build --stacktrace --scan
- name: Send coverage report to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
if: success()
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r assets/build/reports/jacoco/test/jacocoTestReport.xml