Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 23, 2022
1 parent ac18103 commit ed46d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,6 +25,5 @@ jobs:
run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout 5m

- uses: codecov/codecov-action@v2
if: matrix.go-version == "^1"
with:
file: ./coverage.txt

0 comments on commit ed46d39

Please sign in to comment.