Skip to content

Update to CAPI 1.5.5 + sync with upstream CAPI 1.5 PR #4

Update to CAPI 1.5.5 + sync with upstream CAPI 1.5 PR

Update to CAPI 1.5.5 + sync with upstream CAPI 1.5 PR #4

Workflow file for this run

name: Test coverage
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/codecov-action@v3.1.0
with:
files: ./cover.out