mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
workflows: don't try to send coverage reports on windows bot
This commit is contained in:
parent
6ea642555e
commit
c28e99a051
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -66,8 +66,3 @@ jobs:
|
||||
run: git lfs pull
|
||||
- name: Build with Gradle
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user