Skip to content

ci: bump codecov/codecov-action from 4.0.0 to 4.0.1 (#367) #144

ci: bump codecov/codecov-action from 4.0.0 to 4.0.1 (#367)

ci: bump codecov/codecov-action from 4.0.0 to 4.0.1 (#367) #144

Workflow file for this run

on:
push:
branches:
- master
name: Code coverage
permissions:
contents: read
jobs:
check:
name: Code coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false
- 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@e0b68c6749509c5f83f984dd99a76a1c1a231044
with:
fail_ci_if_error: true