Skip to content

Commit

Permalink
gc actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Mar 22, 2024
1 parent b6f78ef commit 2610db8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Generate the coverage output
run: go tool cover -html=coverage.out -o coverage.html
- name: Send the coverage output
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
path-to-profile: cover.out

0 comments on commit 2610db8

Please sign in to comment.