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 7d32857 commit 43a4ef7Copy full SHA for 43a4ef7
.github/workflows/build-and-deploy.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Run quality assurance and test with coverage
43
run: ./gradlew clean check
44
- name: CodeCov
45
+ if: ${{ contains('Linux', runner.os) }}
46
uses: codecov/codecov-action@v3.1.1
47
with:
48
directory: "build/reports/jacoco"
0 commit comments