File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
python-version : " 3.x"
64
64
- run : python -m pip install .[test]
65
65
- run : python -m pytest
66
- - uses : codecov/codecov-action@v4
66
+ - uses : codecov/codecov-action@v5
67
67
with :
68
68
flags : ${{ matrix.os }}
69
69
token : ${{ secrets.CODECOV_TOKEN }}
91
91
- run : python -m pip install .[test]
92
92
- run : python -m pip install django~=${{ matrix.django-version }}.0
93
93
- run : python -m pytest
94
- - uses : codecov/codecov-action@v4
94
+ - uses : codecov/codecov-action@v5
95
95
with :
96
96
flags : py${{ matrix.python-version }}
97
97
token : ${{ secrets.CODECOV_TOKEN }}
@@ -118,7 +118,7 @@ jobs:
118
118
- run : python -m pip install .[test]
119
119
- run : python -m pip install django~=${{ matrix.django-version }}.0
120
120
- run : python -m pytest
121
- - uses : codecov/codecov-action@v4
121
+ - uses : codecov/codecov-action@v5
122
122
with :
123
123
flags : dj${{ matrix.django-version }}
124
124
token : ${{ secrets.CODECOV_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147
147
run : sudo apt install -y redis-server
148
148
- run : python -m pip install .[test,${{ matrix.extras }}]
149
149
- run : python -m pytest
150
- - uses : codecov/codecov-action@v4
150
+ - uses : codecov/codecov-action@v5
151
151
with :
152
152
flags : ${{ matrix.extras }}
153
153
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments