Skip to content

log: log more for config worker (#182) #210

log: log more for config worker (#182)

log: log more for config worker (#182) #210

Workflow file for this run

name: codecov
on:
push:
branches:
- main
- release-*
tags:
- v*
pull_request:
branches:
- main
- release-*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/tarpaulin@v0.1
with:
version: 0.22.0
- uses: codecov/codecov-action@v2.1.0