Skip to content

Commit

Permalink
ci: add -coverpkg flag (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Dec 7, 2024
1 parent beb120c commit b430ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -timeout 20m -v ./... -coverprofile=coverage.txt -covermode=atomic
run: go test -timeout 20m -v ./... -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...
env:
# MySQL
MYSQL_URI: mysql://root:password@tcp(localhost:${{ job.services.mysql.ports[3306] }})/
Expand Down

0 comments on commit b430ad6

Please sign in to comment.