Skip to content

feat: Adding stop order support in perftool #1348

feat: Adding stop order support in perftool

feat: Adding stop order support in perftool #1348

Workflow file for this run

---
name: Go coverage
"on":
pull_request:
branches: [main, develop]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: null
jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Get dependencies
run: make deps
- name: Get coverage
run: make coverage