Skip to content

Commit

Permalink
fix go test for internal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasepe committed May 21, 2021
1 parent c58fd01 commit 44cf0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
go-version: '1.16'
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 44cf0b7

Please sign in to comment.