Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

chore: bump dirs from 4.0.0 to 5.0.1 #123

chore: bump dirs from 4.0.0 to 5.0.1

chore: bump dirs from 4.0.0 to 5.0.1 #123

Workflow file for this run

name: Code 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@v3
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true