Skip to content

Commit

Permalink
chore: update-codeconv
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed Jul 25, 2022
1 parent eb53172 commit c78f0b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Run Tests
run: |
go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true

build:
name: Go build
Expand Down

0 comments on commit c78f0b5

Please sign in to comment.