Skip to content

Add OpenAPI 3 specification and source generation for REST API (#175) #36

Add OpenAPI 3 specification and source generation for REST API (#175)

Add OpenAPI 3 specification and source generation for REST API (#175) #36

Workflow file for this run

name: Code Coverage Report
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Run tests
run: cd index/server && go test ./... -coverprofile cover.out
- name: Codecov
uses: codecov/codecov-action@v2.1.0