Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizen authored Nov 22, 2022
1 parent 37235bb commit e335153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
cache: true
- name: Build
run: go build -v ./...
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
deploy:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e335153

Please sign in to comment.