blob: 38347ca4002b8c0b3aba8bafc4d2a7f0b0834d83 [file] [log] [blame]
language: erlang
os: linux
otp_release:
- 20.0
- 19.3
- 18.3
install:
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3
- 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/passage.covertool.xml ./cobertura.xml
after_success:
- codecov