Skip to content

Commit

Permalink
ci: improved github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa committed Jan 17, 2025
1 parent 671b325 commit 163aee6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Running test
run: go test -race -covermode atomic -coverprofile=covprofile ./...

- name: Install goveralls
run: go install github.com/mattn/goveralls@latest

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 163aee6

Please sign in to comment.