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 3131 - name : Collect coverage
3232 run : deno task coverage
3333 if : ${{ always() }}
34- - uses : codecov/codecov-action@v4
34+ - uses : codecov/codecov-action@v5
3535 if : ${{ always() }}
3636 with :
3737 files : coverage.lcov
Original file line number Diff line number Diff line change 4040 - name : Run tests and collect coverage
4141 run : pipenv run pytest -n 4 --cov=./datalad_service --cov-report=xml:coverage.xml ./tests
4242 - name : Upload coverage to Codecov
43- uses : codecov/codecov-action@v4
43+ uses : codecov/codecov-action@v5
4444 with :
4545 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2020 - run : yarn install
2121 - run : yarn test --coverage
2222 - name : Upload coverage reports to Codecov with GitHub Action
23- uses : codecov/codecov-action@v4
23+ uses : codecov/codecov-action@v5
2424 with :
2525 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments