Skip to content

Commit

Permalink
Run test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dkln committed Oct 25, 2024
1 parent 21a7838 commit 7880165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
MIX_ENV: test
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
run: mix format --check-formatted

- name: Run Tests
run: mix test
run: mix coveralls.github --warnings-as-errors

- name: Cleanup
run: mix clean
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Contains a set of modules that makes Elixir development more fun and productive.

![Build status](https://github.com/wuunder/wuunder_utils/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/wuunder/wuunder_utils/badge.svg?branch=main)](https://coveralls.io/github/wuunder/wuunder_utils?branch=main)
[![Hex.pm](https://img.shields.io/hexpm/v/wuunder_utils.svg)](https://hex.pm/packages/wuunder_utils)

## Installation
Expand Down

0 comments on commit 7880165

Please sign in to comment.