Skip to content

feat: added version in state sync #241

feat: added version in state sync

feat: added version in state sync #241

Workflow file for this run

on:
workflow_dispatch:
pull_request:
branches:
- master
- develop
- v[0-9]+\.[0-9]+-dev
name: Coverage
jobs:
build:
name: Code Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Coverage
run: |
cargo test &&
curl -Os https://uploader.codecov.io/latest/linux/codecov &&
chmod +x codecov &&
./codecov