Skip to content

Adds ToBytes implementation, optional zeroize support (#37) #57

Adds ToBytes implementation, optional zeroize support (#37)

Adds ToBytes implementation, optional zeroize support (#37) #57

Workflow file for this run

name: coverage
# on: [ push, pull_request ]
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to coveralls.io
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --all-features --ciserver github-ci --coveralls $COVERALLS_REPO_TOKEN