blob: d54e000e18847f4e3d4f6303eb70f595954c6b09 [file] [log] [blame]
language: erlang
os: linux
otp_release:
- 21.0
- 20.0
- 19.3
- 18.3
install:
- sudo pip install codecov
script:
- rebar3 compile
- rebar3 xref
- rebar3 eunit
- rebar3 dialyzer
- rebar3 edoc
- rebar3 cover
- rebar3 as test covertool generate
- cp _build/test/covertool/thrift_protocol.covertool.xml ./cobertura.xml
after_success:
- codecov