Setup Coveralls reporting in GitHub Actions workflow
This commit is contained in:
parent
1adfb697b1
commit
1c11b63e58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -58,4 +58,4 @@ jobs:
|
||||||
mix deps.get
|
mix deps.get
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix test --trace
|
run: mix coveralls.github
|
||||||
|
|
Loading…
Reference in a new issue