From d2773cbe256530cc200c73f8c13158e5ccedec7a Mon Sep 17 00:00:00 2001 From: Diederick Lawson Date: Thu, 24 Oct 2024 10:27:10 +0200 Subject: [PATCH] Only run test (no coveralls) and added Hex docs badge and CI badge --- .github/workflows/ci.yml | 4 +--- README.md | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c80a99..68881db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 0cc50cb..fb70987 100644 --- a/README.md +++ b/README.md @@ -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