Skip to content

Commit dd22aa3

Browse files
authored
Fix codecov bot (#562)
1 parent 55a83af commit dd22aa3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version:
16+
["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1617
steps:
1718
- uses: actions/checkout@v4
1819
- name: Set up Python ${{ matrix.python-version }}
@@ -33,6 +34,8 @@ jobs:
3334
- name: Test with tox
3435
run: tox -r
3536
- name: Upload coverage
36-
uses: codecov/codecov-action@v4
37+
uses: codecov/codecov-action@v5
3738
with:
3839
name: Python ${{ matrix.python-version }} Codecov
40+
fail_ci_if_error: true
41+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)