mirror of
https://github.com/correl/urilib.git
synced 2024-11-14 19:19:33 +00:00
Add coverage reporting
This commit is contained in:
parent
e37d226a31
commit
b1c0ec5ab1
2 changed files with 5 additions and 1 deletions
|
@ -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
BIN
bin/covertool
Executable file
Binary file not shown.
Loading…
Reference in a new issue