Skip to content

Merge pull request #2419 from reviewdog/renovate/golang.org-x-oauth2-0.x #145

Merge pull request #2419 from reviewdog/renovate/golang.org-x-oauth2-0.x

Merge pull request #2419 from reviewdog/renovate/golang.org-x-oauth2-0.x #145

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
jobs:
test:
permissions:
contents: read
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 50 # Need git history for testing.
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: "go.mod"
- name: Test
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2