Skip to content

Commit

Permalink
feat(CI): add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon authored May 29, 2021
1 parent e43c0f2 commit 345852b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.16"
- run: go test -v --race ./...
- run: go test -v --race -coverprofile=coverage.txt -covermode=atomic ./...
- run: go build -o server cmd/server/main.go
- run: go build -o client cmd/client/main.go
- run: bash <(curl -s https://codecov.io/bash)

deploy-to-raspberry:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 345852b

Please sign in to comment.