fix: Install hex before running coverage scripts
This commit is contained in:
parent
0864dd1672
commit
6c042da6de
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ report_coverage:
|
|||
needs: ['test']
|
||||
image: "elixir:1.12.1-alpine"
|
||||
script:
|
||||
- mix local.hex --force
|
||||
- script/coverage-json-to-metrics
|
||||
- script/coverage-json-to-cobertura
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue