Skip to content

build(deps): update fixedbitset requirement from 0.4 to 0.5 #386

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

build(deps): update fixedbitset requirement from 0.4 to 0.5 #386

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- master
jobs:
cover:
name: Auto Codecov Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: '0.22.0'
args: --no-default-features --features runtime-async-std,cached,glob,ip,watcher,logging,incremental,explain
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}