Skip to content

add introspection interfaces for some fsm errors #68

add introspection interfaces for some fsm errors

add introspection interfaces for some fsm errors #68

Workflow file for this run

name: Main
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: go test -race -coverprofile=coverage.out ./...
- name: Convert coverage
uses: jandelgado/[email protected]
- name: Upload coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov