Skip to content

Add BASE64_MIME_PERMISSIVE to ignore trailing bits (#103) #59

Add BASE64_MIME_PERMISSIVE to ignore trailing bits (#103)

Add BASE64_MIME_PERMISSIVE to ignore trailing bits (#103) #59

Workflow file for this run

name: coverage
on:
push:
branches: [main]
jobs:
tarpaulin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- run: cargo install cargo-tarpaulin
- run: >
cd lib && cargo tarpaulin --coveralls=${{ secrets.COVERALLS_TOKEN }}
--exclude-files=fuzz --exclude-files=tests --exclude-files=macro