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 cbf583a commit c41a560Copy full SHA for c41a560
.github/workflows/tests.yml
@@ -193,7 +193,7 @@ jobs:
193
path: ~/.gradle/wrapper
194
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
195
- name: Update test coverage metrics
196
- run: xvfb-run --auto-servernum ./gradlew jacocoTestReport && bash <(curl -s https://codecov.io/bash);
+ run: xvfb-run --server-args="-screen 0 1024x768x24" --auto-servernum ./gradlew jacocoTestReport && bash <(curl -s https://codecov.io/bash);
197
env:
198
CI: "false" # we pretend to run locally - even if tests fail on the CI, they count towards test coverage
199
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments