Skip to content

Add new user fields to the README #346

Add new user fields to the README

Add new user fields to the README #346

Workflow file for this run

name: Goveralls
on: [pull_request]
jobs:
goveralls:
name: Goveralls
runs-on: ubuntu-latest
strategy:
matrix:
go: [stable, oldstable]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- run: go test -coverprofile=coverage.out
- uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.github_token }}
path-to-profile: coverage.out