Skip to content

Commit

Permalink
Add Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Arimeka committed Apr 10, 2019
1 parent 132eccc commit 1db5f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_install:
- sudo add-apt-repository ppa:jonathonf/ffmpeg-4 -y
- sudo apt-get update -q
- sudo apt-get install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev -y
- go get -u github.com/mattn/goveralls

install:
- go get -u golang.org/x/lint/golint
Expand All @@ -31,3 +32,6 @@ script:
- diff -u <(echo -n) <(go vet ./)
- diff -u <(echo -n) <(golint ./)
- go test -v -race -covermode=atomic -coverprofile=coverage.out

after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci

0 comments on commit 1db5f42

Please sign in to comment.