We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2ec3b commit bca21e6Copy full SHA for bca21e6
1 file changed
.github/workflows/build.yml
@@ -52,13 +52,11 @@ jobs:
52
python -m pip install uv
53
54
- name: Run tests
55
+ shell: bash
56
run: |
57
bin/test.sh
58
59
- name: Lint code
60
61
62
bin/lint.sh
-
- - name: Upload coverage
63
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.java-version == '11'
64
- uses: codecov/codecov-action@v4
0 commit comments