Skip to content

Fix documentation for add_key method (#14) #82

Fix documentation for add_key method (#14)

Fix documentation for add_key method (#14) #82

Workflow file for this run

name: Coverage
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
tarpaulin:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install stable 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.21.0'
args: "--lib"
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
file: ./cobertura.xml