Skip to content

Added SPAM LP testing #1709

Added SPAM LP testing

Added SPAM LP testing #1709

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.21'
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Get dependencies
run: make deps
- name: Get coverage
run: make coverage