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