Skip to content

chore(deps): update module github.com/hashicorp/go-plugin to v1.6.1 (… #312

chore(deps): update module github.com/hashicorp/go-plugin to v1.6.1 (…

chore(deps): update module github.com/hashicorp/go-plugin to v1.6.1 (… #312

Workflow file for this run

name: Test and coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Build
run: go build -v ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3