Skip to content

Add RegisterDNS to adminx.Org Setup #159

Add RegisterDNS to adminx.Org Setup

Add RegisterDNS to adminx.Org Setup #159

Workflow file for this run

name: coverage
on:
pull_request:
push:
branches:
- "main"
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go test -v -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
parallel: true
# notifies that all test jobs are finished.
finish:
needs: coverage
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true