Skip to content

Commit

Permalink
Merge branch 'master' into tls
Browse files Browse the repository at this point in the history
* master:
  Remove some structural folders we don't seem to be using. (storj#125)
  license code with agplv3 (storj#126)
  Update .clabot (storj#124)
  added team memebers (storj#123)
  clabot file added (storj#121)
  ECClient (storj#110)
  docker image issue fixed (storj#118)
  Piecestore Farmer CLI  (storj#92)
  Define Path type (storj#101)
  adds netstate pagination (storj#95)
  Transport Client (storj#89)
  Implement psclient interface (storj#107)
  pkg/process: start replacing pkg/process with cobra helpers (storj#98)
  protos/netstate: remove stuff we're not using (storj#100)
  adding coveralls / code coverage  (storj#112)
  • Loading branch information
bryanchriswhite committed Jul 5, 2018
2 parents 228aa21 + f8bb098 commit 79fd4fa
Show file tree
Hide file tree
Showing 87 changed files with 4,264 additions and 1,651 deletions.
3 changes: 3 additions & 0 deletions .clabot
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"contributors": ["coyle", "mobyvb", "littleskunk", "kaloyan-raev", "bryanchriswhite", "brimstone", "navillasa", "jtolds", "cam-a", "jhagans3", "dylanlott"]
}
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ install:
- make build-dev-deps

script:
- make test
- make test
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs -L 1 sh -c
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
153 changes: 101 additions & 52 deletions Gopkg.lock

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

Loading

0 comments on commit 79fd4fa

Please sign in to comment.