Skip to content

Commit

Permalink
Fix Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Aug 22, 2024
1 parent 06a2213 commit 9850623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fmt-provider:
gofmt -w pkg/config-api-provider

test-provider:
cd {{ CONFIG_API_PROVIDER_DIR }} && TF_ACC=1 go test -v ./test/... -race -covermode=atomic -coverprofile=.coverage
cd {{ CONFIG_API_PROVIDER_DIR }} && TF_ACC=1 go test -v ./... -race -covermode=atomic -coverprofile=.coverage

coverage-provider:
cd {{ CONFIG_API_PROVIDER_DIR }} && go tool cover -html=.coverage -o=.coverage.html
Expand All @@ -74,7 +74,7 @@ test:

coverage:
just coverage-client
coverage-provider
just coverage-provider

lint:
just lint-client
Expand Down

0 comments on commit 9850623

Please sign in to comment.