Skip to content

Commit

Permalink
Only run test (no coveralls) and added Hex docs badge and CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dkln committed Oct 24, 2024
1 parent 3a15f16 commit d2773cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
run: mix format --check-formatted

- name: Run Tests
run: mix coveralls.github --warnings-as-errors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mix test

- name: Cleanup
run: mix clean
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Contains a set of modules that makes Elixir development more fun and productive.

[![CI](https://github.com/wuunder/wuunder_utils/actions/workflows/ci.yml/badge.svg)](https://github.com/wuunder/wuunder_utils/actions/workflows/ci.yml)[![Hex.pm](https://img.shields.io/hexpm/v/wuunder_utils.svg)](https://hex.pm/packages/wuunder_utils)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
Expand Down

0 comments on commit d2773cb

Please sign in to comment.