Skip to content

Commit

Permalink
added status badge, verbose testing and fixed cleanup in the hugo com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
stikkireddy committed Apr 23, 2020
1 parent 712a922 commit 16719f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default: build

test:
@echo "==> Running tests..."
@gotestsum --raw-command go test -v -json -short -coverprofile=coverage.out ./...
@gotestsum --format short-verbose --raw-command go test -v -json -short -coverprofile=coverage.out ./...

int:
@echo "==> Running tests..."
Expand Down Expand Up @@ -74,7 +74,7 @@ snapshot:

hugo: snapshot
@echo "==> Making Docs..."
@rm -rf terraform-provider-databricks website/content/_index.files/*
@rm -rf website/content/_index.files/*
@cp dist/*.gz website/content/_index.files/
@cp dist/*.zip website/content/_index.files/
@cd website && hugo
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Databricks Terraform Provider

![Go](https://github.com/databrickslabs/databricks-terraform/workflows/Go/badge.svg?branch=master)

## Quickstart: Building and Using the Provider

### Setup
Expand Down

0 comments on commit 16719f0

Please sign in to comment.