Skip to content

Commit bca21e6

Browse files
committed
CI: remove code coverage and fix Windows build
I'm sick of dealing with Codecov. Latest error message was: Token required because branch is protected It's just not worth the hassle.
1 parent 8a2ec3b commit bca21e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ jobs:
5252
python -m pip install uv
5353
5454
- name: Run tests
55+
shell: bash
5556
run: |
5657
bin/test.sh
5758
5859
- name: Lint code
60+
shell: bash
5961
run: |
6062
bin/lint.sh
61-
62-
- 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

Comments
 (0)