Skip to content

chore(deps-dev): bump dialyxir from 1.3.0 to 1.4.1 #67

chore(deps-dev): bump dialyxir from 1.3.0 to 1.4.1

chore(deps-dev): bump dialyxir from 1.3.0 to 1.4.1 #67

Workflow file for this run

name: Coveralls
on: push
jobs:
coveralls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
deps
_build
key: ${{ runner.os }}-mix-coveralls-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-mix-coveralls-
- uses: erlef/setup-beam@v1
with:
otp-version: 25.1.2
elixir-version: 1.14.2
- run: mix deps.get
- run: MIX_ENV=test mix coveralls.json
- name: Upload to codecov.io
uses: codecov/codecov-action@v1