-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from JosiahWitt/experiments-rename
Rename experiments to experiment
- Loading branch information
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
generate-mocks: | ||
(cd cmd/ensure; go build -o ../../tmp/ensure) && ./tmp/ensure mocks generate | ||
(cd cmd/ensure; make generate-mocks) | ||
(cd experiments/entable; make generate-mocks) | ||
(cd experiment/entable; make generate-mocks) | ||
|
||
test: | ||
go test ./... | ||
(cd cmd/ensure; make test) | ||
(cd experiments/entable; make test) | ||
(cd experiment/entable; make test) | ||
|
||
test-coverage: | ||
mkdir -p tmp | ||
go test ./... -coverprofile=tmp/ensure.coverage && go tool cover -html=tmp/ensure.coverage -o=tmp/coverage.html | ||
(cd cmd/ensure; make test-coverage) | ||
(cd experiments/entable; make test-coverage) | ||
(cd experiment/entable; make test-coverage) | ||
|
||
lint: | ||
staticcheck ./... | ||
golangci-lint run | ||
(cd cmd/ensure; make lint) | ||
(cd experiments/entable; make lint) | ||
(cd experiment/entable; make lint) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ flags: | |
- "internal/**" | ||
entable: | ||
paths: | ||
- "experiments/entable/**" | ||
- "experiment/entable/**" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.