Skip to content

build(deps): Bump codecov/codecov-action from 2.1.0 to 4.0.1 #25

build(deps): Bump codecov/codecov-action from 2.1.0 to 4.0.1

build(deps): Bump codecov/codecov-action from 2.1.0 to 4.0.1 #25

Workflow file for this run

name: benchmarks
on: [pull_request, workflow_dispatch]
jobs:
bench:
name: run benchmarks
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: iterative/dvc-bench@main
with:
pytest_options: "-k 'test_init or test_help'"