Skip to content

build(deps-dev): bump excoveralls from 0.18.1 to 0.18.3 #57

build(deps-dev): bump excoveralls from 0.18.1 to 0.18.3

build(deps-dev): bump excoveralls from 0.18.1 to 0.18.3 #57

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
jobs:
test:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
runs-on: ubuntu-latest
strategy:
matrix:
otp: [ '25' ]
elixir: [ '1.14.3' ]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test
- run: chmod u+x code-coverage.sh
- run: ./code-coverage.sh