File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- name : Install Node dependencies
44
44
run : npm ci
45
45
- run : node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt
46
- - uses : codecov/codecov-action@v4
46
+ - uses : codecov/codecov-action@v5
47
47
with :
48
48
token : ${{ secrets.CODECOV_TOKEN }}
49
49
flags : javascript
@@ -106,7 +106,7 @@ jobs:
106
106
- run : python -m pytest -m "not selenium"
107
107
env :
108
108
PATH : $PATH:$(pwd)/bin
109
- - uses : codecov/codecov-action@v4
109
+ - uses : codecov/codecov-action@v5
110
110
with :
111
111
token : ${{ secrets.CODECOV_TOKEN }}
112
112
flags : python
@@ -134,7 +134,7 @@ jobs:
134
134
python-version : ${{ matrix.python-version }}
135
135
- run : python -m pip install -e .[test]
136
136
- run : python -m pytest -m selenium
137
- - uses : codecov/codecov-action@v4
137
+ - uses : codecov/codecov-action@v5
138
138
with :
139
139
token : ${{ secrets.CODECOV_TOKEN }}
140
140
flags : selenium
You can’t perform that action at this time.
0 commit comments