Skip to content

Commit

Permalink
fix: CI goveralls (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
PokIsemaine authored Sep 27, 2023
1 parent 8e38159 commit 4c16b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
with:
go-version: '1.19'
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: |
go mod download
- name: Run Unit tests
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls
run: go get github.com/mattn/goveralls@latest
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4c16b2e

Please sign in to comment.