Skip to content

build(deps): bump openssl from 0.10.57 to 0.10.62 #185

build(deps): bump openssl from 0.10.57 to 0.10.62

build(deps): bump openssl from 0.10.57 to 0.10.62 #185

Workflow file for this run

name: coverage
on: [push]
jobs:
test:
name: coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3