Skip to content

Bump earmark from 1.4.38 to 1.4.39 #153

Bump earmark from 1.4.38 to 1.4.39

Bump earmark from 1.4.38 to 1.4.39 #153

Workflow file for this run

name: Coveralls
on: push
jobs:
test:
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.0
elixir-version: 1.14.0
- run: mix deps.get
- run: MIX_ENV=test mix coveralls.json
- name: Upload to codecov.io
uses: codecov/codecov-action@v1