Skip to content

Commit

Permalink
chore: update testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 2, 2021
1 parent 3309e55 commit 0cf9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run Tests
run: |
go test -v -covermode=atomic -coverprofile=coverage.out .
go test -v -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 0cf9c35

Please sign in to comment.