Add coverage reporting

This commit is contained in:
Gavin M. Roy 2016-01-08 22:21:39 -05:00
parent e37d226a31
commit b1c0ec5ab1
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@ otp_release:
- 18.1
- 18.2
- 18.2.1
#before_script:
before_script:
- pip install codecov
# - make build-plt
script: make test
after_success:
- bin/covertool -cover .eunit/cover.coverdata -appname urilib -output coverage.xml
- codecov

BIN
bin/covertool Executable file

Binary file not shown.