Skip to content

feat: update generated APIs #1159

feat: update generated APIs

feat: update generated APIs #1159

Workflow file for this run

name: Test and coverage
on:
push:
pull_request:
merge_group:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Run coverage
run: go test -coverprofile=coverage.out -covermode=count ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2