Skip to content

Commit 8a2ec3b

Browse files
committed
CI: attempt to fix code coverage upload
1 parent e9f4942 commit 8a2ec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
bin/lint.sh
6161
6262
- name: Upload coverage
63-
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.java-version == '11'
63+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.java-version == '11'
6464
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)