Skip to content

Set Block2 M bit to zero in the request #65

Set Block2 M bit to zero in the request

Set Block2 M bit to zero in the request #65

Workflow file for this run

name: coverage
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tarpaulin
uses: actions-rs/[email protected]
with:
out-type: Lcov
args: '--avoid-cfg-tarpaulin'
version: '0.22.0'
- name: Coveralls Upload
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info