Skip to content

Commit 43a4ef7

Browse files
ci: run codecov only on linux
1 parent 7d32857 commit 43a4ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Run quality assurance and test with coverage
4343
run: ./gradlew clean check
4444
- name: CodeCov
45+
if: ${{ contains('Linux', runner.os) }}
4546
uses: codecov/[email protected]
4647
with:
4748
directory: "build/reports/jacoco"

0 commit comments

Comments
 (0)