Skip to content

Add feature to collect function/statement/branch coverage to test command #500

Add feature to collect function/statement/branch coverage to test command

Add feature to collect function/statement/branch coverage to test command #500

Workflow file for this run

name: test and lint pullrequest changes
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
- name: Run tests
run: |
make plugin_ci
make test
- name: Lint programs
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
skip-cache: true
skip-save-cache: true
install-mode: binary