Skip to content

build(deps): update criterion requirement from 0.4 to 0.5 #732

build(deps): update criterion requirement from 0.4 to 0.5

build(deps): update criterion requirement from 0.4 to 0.5 #732

Workflow file for this run

name: coverage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
on:
push:
branches:
- main
jobs:
test:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Coverage
uses: actions-rs/[email protected]
continue-on-error: true
with:
args: --ignore-tests --ciserver github-ci --coveralls ${{ secrets.COVERALLS_TOKEN }}