Skip to content

Commit

Permalink
Add metricbeat to codecov coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Mar 8, 2016
1 parent 339e708 commit b9fcef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ after_success:
- test -f topbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f topbeat/build/coverage/full.cov
- test -f libbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f libbeat/build/coverage/full.cov
- test -f winlogbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f winlogbeat/build/coverage/full.cov
- test -f metricbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f metricbeat/build/coverage/full.cov
3 changes: 2 additions & 1 deletion metricbeat/helper/module_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package helper

import (
"reflect"
"testing"

"github.com/stretchr/testify/assert"

"github.com/urso/ucfg"
"reflect"
)

func TestGetMetricSetsList(t *testing.T) {
Expand Down

0 comments on commit b9fcef2

Please sign in to comment.