Skip to content

hack/cleanup-ag: spurious affinity group cleaner #742

hack/cleanup-ag: spurious affinity group cleaner

hack/cleanup-ag: spurious affinity group cleaner #742

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19.3
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/[email protected]
with:
files: ./cover.out