Setup Coveralls reporting in GitHub Actions workflow

This commit is contained in:
Marcel Otto 2020-10-09 21:53:07 +02:00
parent 1adfb697b1
commit 1c11b63e58

View file

@ -58,4 +58,4 @@ jobs:
mix deps.get
- name: Run tests
run: mix test --trace
run: mix coveralls.github