Skip to content

Commit

Permalink
setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spatocode committed Sep 16, 2023
1 parent 4015e5d commit ded0cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Tests
run: go test -v -coverprofile=profile.cov -vet=off ./...

- name: Coverage
- name: Code coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

0 comments on commit ded0cfc

Please sign in to comment.