blob: d78cc24c3309194c51471daf6fa0ece9bc2f6c4d [file] [log] [blame]
language: erlang
sudo: true
install:
- sudo pip install codecov
otp_release:
- 21.0.4
script:
- rebar3 compile
- rebar3 eunit -c
- rebar3 codecov analyze
after_success:
- codecov