Skip to content

Commit

Permalink
DELETEME
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Apr 16, 2019
1 parent 43bdcc4 commit 3869f40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,9 @@ $(DEPENDENCIES): $(TOOLS_GOMOD)
$(TOOLS_GOMOD):
mkdir -p $(TOOLS_PATH)
cd $(TOOLS_PATH) && $(GOCMD) mod init tools

extra_test:
$(GOTEST) ./dummy

test-coverage:
cat vendor/gopkg.in/src-d/go-git-fixtures.v3/fixtures.go
8 changes: 8 additions & 0 deletions vendor/gopkg.in/src-d/go-git-fixtures.v3/fixtures.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3869f40

Please sign in to comment.