Mercurial > yakumo_izuru > aya
comparison .travis.yml @ 42:6dc2e679e9ff draft
added coverage to travis-ci script
author | zaitsev.serge |
---|---|
date | Thu, 18 Feb 2016 13:36:17 +0000 |
parents | 9e39cafb7d97 |
children |
comparison
equal
deleted
inserted
replaced
41:9e39cafb7d97 | 42:6dc2e679e9ff |
---|---|
11 - pip install --user codecov | 11 - pip install --user codecov |
12 after_success: | 12 after_success: |
13 - codecov | 13 - codecov |
14 | 14 |
15 script: | 15 script: |
16 - go test -v ./... | 16 - go test -coverprofile=coverage.txt -covermode=atomic |