Skip to content

Commit

Permalink
Merge pull request #101 from francoispqt/feature/replace-generator
Browse files Browse the repository at this point in the history
Feature/replace generator
  • Loading branch information
francoispqt authored Mar 17, 2019
2 parents 7a748ba + 1d8529b commit 64fc2cd
Show file tree
Hide file tree
Showing 76 changed files with 1,836 additions and 6,814 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
*.out
*.log
*.test
.vscode
.vscode
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ go:
- master

script:
- go get github.com/stretchr/testify
- go test ./gojay -race
- go get github.com/golang/dep/cmd/dep github.com/stretchr/testify
- dep ensure -v -vendor-only
- go test ./gojay/codegen/test/... -race
- go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
63 changes: 37 additions & 26 deletions Gopkg.lock

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

61 changes: 0 additions & 61 deletions codegen/README.md

This file was deleted.

Loading

0 comments on commit 64fc2cd

Please sign in to comment.