File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Collect coverage
32
32
run : deno task coverage
33
33
if : ${{ always() }}
34
- - uses : codecov/codecov-action@v4
34
+ - uses : codecov/codecov-action@v5
35
35
if : ${{ always() }}
36
36
with :
37
37
files : coverage.lcov
Original file line number Diff line number Diff line change 40
40
- name : Run tests and collect coverage
41
41
run : pipenv run pytest -n 4 --cov=./datalad_service --cov-report=xml:coverage.xml ./tests
42
42
- name : Upload coverage to Codecov
43
- uses : codecov/codecov-action@v4
43
+ uses : codecov/codecov-action@v5
44
44
with :
45
45
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 20
20
- run : yarn install
21
21
- run : yarn test --coverage
22
22
- name : Upload coverage reports to Codecov with GitHub Action
23
- uses : codecov/codecov-action@v4
23
+ uses : codecov/codecov-action@v5
24
24
with :
25
25
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments