Skip to content

Commit

Permalink
Add coveralls badge and reduce the number of goroutines in TestGorout…
Browse files Browse the repository at this point in the history
…ines
  • Loading branch information
Mindaugas Vaitekunas committed Sep 1, 2017
1 parent ab2c39b commit 7c6c189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

go:
- 1.6
- 1.8.x
- 1.8.3
- 1.9.x
- master

Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# lentele

[![Build Status](https://travis-ci.org/vaitekunas/lentele.svg?branch=master)](https://travis-ci.org/vaitekunas/lentele)
[![Coverage Status](https://coveralls.io/repos/github/vaitekunas/lentele/badge.svg?branch=master)](https://coveralls.io/github/vaitekunas/lentele?branch=master)

`lentele` is a mix between a very lite DataFrame interface and a
no-thrills ascii-table builder. Its primary use is in cli-applications to display
Expand Down
2 changes: 1 addition & 1 deletion lentele_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ func TestGoroutines(t *testing.T) {
}
}()

routines := 1000
routines := 100
rowsPerRoutine := 10000

addSomeRows := func(table Table, ready chan<- bool) {
Expand Down

0 comments on commit 7c6c189

Please sign in to comment.