Skip to content

Rename fields according to GitHub API ( name to repo ) #327

Rename fields according to GitHub API ( name to repo )

Rename fields according to GitHub API ( name to repo ) #327

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Go test
run: go test -v ./... -coverprofile=coverage.out -covermode=count
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run octocov
uses: k1LoW/octocov-action@v0