Skip to content

docs: add readme text #1

docs: add readme text

docs: add readme text #1

Workflow file for this run

name: Unittest
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Check failure on line 10 in .github/workflows/actions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/actions.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: actions/setup-go@v3
- name: Run unittests
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
- name: Generate cover badge
uses: vladopajic/go-test-coverage@v2
with:
profile: cover.out
locale-prefix: github.com/gkits/sqlnull
threshold-total: 95
git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
git-branch: badges