From 5bbfc6d4654df3f49dc800175084d0cdfb96e032 Mon Sep 17 00:00:00 2001 From: Sed9yDataBank Date: Mon, 16 Mar 2026 22:48:26 +0100 Subject: [PATCH] chore: use josecfreittas/elixir-coverage-feedback-action in ci --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbcf8cf..5e6c35f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ concurrency: permissions: contents: read + pull-requests: write jobs: required-checks: @@ -55,5 +56,8 @@ jobs: - name: Run Credo run: mix credo - - name: Run tests - run: mix test + - name: Tests & Coverage + uses: josecfreittas/elixir-coverage-feedback-action@v1.1.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + coverage_threshold: 80