We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98b103 commit 29c609eCopy full SHA for 29c609e
.circleci/config.yml
@@ -104,9 +104,9 @@ jobs:
104
name: Run tests
105
command: |
106
if [[ "$CIRCLE_BRANCH" == pull/* ]]; then
107
- go test -coverprofile=coverage.out ./influxdb3/
+ go test -v -cover -coverprofile=coverage.out ./influxdb3/...
108
else
109
- go test -coverprofile=coverage.out --tags e2e ./influxdb3/
+ go test -v -cover -coverprofile=coverage.out --tags e2e ./influxdb3/...
110
fi
111
- run:
112
name: Coverage Report
0 commit comments