Skip to content

Commit

Permalink
Use coveralls.github
Browse files Browse the repository at this point in the history
  • Loading branch information
bamorim committed Aug 6, 2024
1 parent 6c5fcab commit 4911b76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.otp-version }}-${{ matrix.elixir-version }}-mix-
- run: mix deps.get
- run: mix test
- if: ${{ matrix.otp-version == '26.2.4' and matrix.elixir-version == '1.16.2) }}
run: mix coveralls.github
- if: ${{ !(matrix.otp-version == '26.2.4' and matrix.elixir-version == '1.16.2) }}
run: mix test
- run: mix dialyzer --halt-exit-status
- run: mix credo --strict

0 comments on commit 4911b76

Please sign in to comment.