Skip to content

Commit

Permalink
goveralls (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnote authored Dec 29, 2023
1 parent 256d414 commit 4380447
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: pull-request
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
permissions:
Expand Down Expand Up @@ -80,13 +83,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '^1.21.5'
- run: go test ./... -race -covermode=atomic -coverprofile=coverage.txt
- uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: go test ./... -race -coverprofile=profile.cov
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.txt
path-to-profile: profile.cov

go-licenses:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4380447

Please sign in to comment.