You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- go get github.com/jstemmer/go-junit-report
10
+
- go get golang.org/x/tools/cmd/cover
11
+
- go get github.com/mattn/goveralls
12
+
- go get github.com/wadey/gocovmerge
13
+
- go get github.com/arduino/go-properties-map
14
+
- go get github.com/arduino/go-timeutils
15
+
16
+
script:
17
+
- go build -o $HOME/arduino-builder -v github.com/arduino/arduino-builder/arduino-builder
18
+
- export TEST_PACKAGES=`go list github.com/arduino/arduino-builder/...`
19
+
- RES=0; I=0; for PKG in $TEST_PACKAGES; do go test -v -timeout 30m -covermode=count -coverprofile=coverage.$I.out $PKG; ((RES=RES+$?)); ((I++)); done; ( exit $RES )
0 commit comments