Skip to content

Chore: Check params for Config/Naming #293

Chore: Check params for Config/Naming

Chore: Check params for Config/Naming #293

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