Skip to content

doc: add feature flags section to README #188

doc: add feature flags section to README

doc: add feature flags section to README #188

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
check:
name: tarpaulin
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.20.1'
args: '--ignored'
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}