Skip to content

feat!: proof system v1 (from v0.1) #306

feat!: proof system v1 (from v0.1)

feat!: proof system v1 (from v0.1) #306

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