Skip to content

manage service on app side and introduce db iam auth #93

manage service on app side and introduce db iam auth

manage service on app side and introduce db iam auth #93

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: test
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/setup-go@v3
with:
go-version: ">=1.21"
- uses: actions/checkout@v3
- run: go test ./... -coverprofile=coverage.out
- name: report coverage
uses: k1LoW/octocov-action@v0