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 e9f4942 commit 8a2ec3bCopy full SHA for 8a2ec3b
.github/workflows/build.yml
@@ -60,5 +60,5 @@ jobs:
60
bin/lint.sh
61
62
- name: Upload coverage
63
- if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.java-version == '11'
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.java-version == '11'
64
uses: codecov/codecov-action@v4
0 commit comments