File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@v5
3838 - name : Set up Redis instance and Redis cluster
3939 run : docker compose up -d
40- - name : Set up Python
41- uses : actions/setup-python@v6
42- with :
43- python-version : " ${{ matrix.py_version }}"
4440 - name : Set up uv and enable cache
4541 id : setup-uv
4642 uses : astral-sh/setup-uv@v7
5652 - name : Generate coverage report
5753 run : uv run coverage xml
5854 - name : Upload coverage reports to Codecov with GitHub Action
59- uses : codecov/codecov-action@v4
55+ uses : codecov/codecov-action@v5
6056 if : matrix.py_version == '3.10'
6157 with :
6258 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v2.4 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : check-ast
88 - id : trailing-whitespace
99 - id : check-toml
1010 - id : end-of-file-fixer
1111
1212 - repo : https://github.com/asottile/add-trailing-comma
13- rev : v2.1 .0
13+ rev : v4.0 .0
1414 hooks :
1515 - id : add-trailing-comma
1616
You can’t perform that action at this time.
0 commit comments