Skip to content

build(deps): bump serde from 1.0.178 to 1.0.188 #171

build(deps): bump serde from 1.0.178 to 1.0.188

build(deps): bump serde from 1.0.178 to 1.0.188 #171

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